Skip to content

Commit

Permalink
readme and go mod update for v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Dec 2, 2018
1 parent 23258eb commit 07b604a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
<img src="https://cdn.aahframework.org/assets/img/aah-logo-64x64.png" />
<h2 align="center">Redis Cache Provider by aah framework</h2>
</p>
<p align="center">
<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>
</p>

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.

### News

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

## Usage

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

## License

`inmemory-cache-provider` released under MIT License.
`redis-cache-provider` released under MIT License.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module aahframe.work/cache/provider/redis

require (
aahframe.work v0.0.0-20181126051259-b64fdc6b18f6
aahframe.work v0.12.0
github.com/go-redis/redis v6.14.1+incompatible
github.com/stretchr/testify v1.2.2
)

0 comments on commit 07b604a

Please sign in to comment.