import "github.com/mmanjoura/adsa-cms/cache/redis"
Redis provides a cache backed by a Redis server.
New returns an initialized Redis cache object.
Delete removes a specific key and its value from the Redis server.
Fetch returns the value for the key if it exists or sets and returns the value via the passed function.
Get returns the value saved under a given key.
Set saves an arbitrary value under a specific key.
Unmarshal retrieves a value from the Redis server and unmarshals it into the passed object.
Package redis imports 2 packages (graph). Updated 2017-06-08. Refresh now. Tools for package owners. This is an inactive package (no imports and no commits in at least two years).