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 eacaf1f commit 35bd69a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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">Memcache Cache Provider by aah framework</h2>
</p>
<p align="center">
<p align="center"><a href="https://github.com/go-aah/memcache-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/memcache"><img src="https://godoc.org/aahframe.work/cache/provider/memcache?status.svg" alt="GoDoc"></a></p>
</p>

Memcache Cache Provider for aah Cache Manager. aah cache library uses [github.com/bradfitz/gomemcache/memcache](https://godoc.org/github.com/bradfitz/gomemcache/memcache) 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/memcache-cache-provider/releases/latest) and tagged on Dec 02, 2018.

## Usage

Expand Down
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/memcache

require (
aahframe.work v0.0.0-20181126051259-b64fdc6b18f6
aahframe.work v0.12.0
github.com/bradfitz/gomemcache v0.0.0-20180710155616-bc664df96737
github.com/stretchr/testify v1.2.2
)

0 comments on commit 35bd69a

Please sign in to comment.