An open API service indexing awesome lists of open source software.

https://github.com/go-aah/redis-cache-provider

Redis Cache Provider by aah framework
https://github.com/go-aah/redis-cache-provider

aah aah-framework aahframework cache cache-provider golang-library golang-package redis redis-cache

Last synced: 11 days ago
JSON representation

Redis Cache Provider by aah framework

Awesome Lists containing this project

README

          



Redis Cache Provider by aah framework


Version GoDoc

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 Dec 02, 2018.

## Usage

```bash
# go.mod
require aahframe.work/cache/provider/redis v0.1.0
```

Visit official website https://aahframework.org to learn more about `aah` framework.

## Issues

Please report issues at https://aahframework.org/issues.

## Author

[Jeevanandam M.](https://github.com/jeevatkm) (jeeva@myjeeva.com)

## License

`redis-cache-provider` released under MIT License.