Skip to content

Commit 07b604a

Browse files
committed
readme and go mod update for v0.1.0 release
1 parent 23258eb commit 07b604a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
<img src="https://cdn.aahframework.org/assets/img/aah-logo-64x64.png" />
33
<h2 align="center">Redis Cache Provider by aah framework</h2>
44
</p>
5+
<p align="center">
6+
<p align="center"><a href="https://github.com/go-aah/redis-cache-provider/releases/latest"><img src="https://img.shields.io/badge/version-v0.1.0-blue.svg" alt="Version"></a> <a href="https://godoc.org/aahframe.work/cache/provider/redis"><img src="https://godoc.org/aahframe.work/cache/provider/redis?status.svg" alt="GoDoc"></a></p>
7+
</p>
58

69
Currently single node mode is support. Redis cluster support upcoming! aah cache library uses [github.com/go-redis/redis](https://godoc.org/github.com/go-redis/redis) library internally.
710

811
### News
912

10-
* `v0.1.0` [released](https://github.com/go-aah/redis-cache-provider/releases/latest) and tagged on TBD.
13+
* `v0.1.0` [released](https://github.com/go-aah/redis-cache-provider/releases/latest) and tagged on Dec 02, 2018.
1114

1215
## Usage
1316

@@ -28,4 +31,4 @@ Please report issues at https://aahframework.org/issues.
2831

2932
## License
3033

31-
`inmemory-cache-provider` released under MIT License.
34+
`redis-cache-provider` released under MIT License.

go.mod

+1-1
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-20181126051259-b64fdc6b18f6
4+
aahframe.work v0.12.0
55
github.com/go-redis/redis v6.14.1+incompatible
66
github.com/stretchr/testify v1.2.2
77
)

0 commit comments

Comments
 (0)