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
- Host: GitHub
- URL: https://github.com/go-aah/redis-cache-provider
- Owner: go-aah
- License: mit
- Created: 2018-08-06T09:59:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T17:20:02.000Z (over 7 years ago)
- Last Synced: 2025-09-20T11:39:50.577Z (8 months ago)
- Topics: aah, aah-framework, aahframework, cache, cache-provider, golang-library, golang-package, redis, redis-cache
- Language: Go
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Redis Cache Provider by aah framework
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.