File tree 4 files changed +18
-30
lines changed
4 files changed +18
-30
lines changed Original file line number Diff line number Diff line change 10
10
11
11
# Output of the go coverage tool, specifically when used with LiteIDE
12
12
* .out
13
+
14
+ go.sum
Original file line number Diff line number Diff line change @@ -9,10 +9,23 @@ Currently single node mode is support. Redis cluster support upcoming! aah cache
9
9
10
10
* ` v0.1.0 ` [ released] ( https://github.com/go-aah/redis-cache-provider/releases/latest ) and tagged on TBD.
11
11
12
- ## Installation
12
+ ## Usage
13
13
14
14
``` bash
15
- go get -u aahframe.work/cache/provider/redis
15
+ # go.mod
16
+ require aahframe.work/cache/provider/redis v0.1.0
16
17
```
17
18
18
19
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.
Original file line number Diff line number Diff line change 1
1
module aahframe.work/cache/provider/redis
2
2
3
3
require (
4
- aahframe.work v0.0.0-20181013054310-9873edb08c38
4
+ aahframe.work v0.0.0-20181126051259-b64fdc6b18f6
5
5
github.com/go-redis/redis v6.14.1+incompatible
6
6
github.com/stretchr/testify v1.2.2
7
7
)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments