Skip to content

Commit 23258eb

Browse files
committed
preparing for release
1 parent bd32fbe commit 23258eb

File tree

4 files changed

+18
-30
lines changed

4 files changed

+18
-30
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010

1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
13+
14+
go.sum

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,23 @@ Currently single node mode is support. Redis cluster support upcoming! aah cache
99

1010
* `v0.1.0` [released](https://github.com/go-aah/redis-cache-provider/releases/latest) and tagged on TBD.
1111

12-
## Installation
12+
## Usage
1313

1414
```bash
15-
go get -u aahframe.work/cache/provider/redis
15+
# go.mod
16+
require aahframe.work/cache/provider/redis v0.1.0
1617
```
1718

1819
Visit official website https://aahframework.org to learn more about `aah` framework.
20+
21+
## Issues
22+
23+
Please report issues at https://aahframework.org/issues.
24+
25+
## Author
26+
27+
[Jeevanandam M.](https://github.com/jeevatkm) ([email protected])
28+
29+
## License
30+
31+
`inmemory-cache-provider` released under MIT License.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module aahframe.work/cache/provider/redis
22

33
require (
4-
aahframe.work v0.0.0-20181013054310-9873edb08c38
4+
aahframe.work v0.0.0-20181126051259-b64fdc6b18f6
55
github.com/go-redis/redis v6.14.1+incompatible
66
github.com/stretchr/testify v1.2.2
77
)

go.sum

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)