redigo-wrapper is a written on top of redigo to help you manage key structure in redis and provides a short hand access to read data from redis in basic datatypes taking care of conversion implicity.
- Key templating
- Hash key templating
- Key prefix
- Basic datatype conversions
Install redigo-wrapper using the "go get" command:
go get github.com/yadvendar/redigo-wrapper
The Go distribution and redigo are the dependencies for redigo-wrapper.
Check main.go file
Redigo is available under the Apache License, Version 2.0.