import "aahframe.work/cache/provider/redis"
Package redis provides redis cache provider for aah framework cache manager. Redis cluster support upcoming.
const Version = "0.1.0"
Version number of library.
type Provider struct {
// contains filtered or unexported fields
}
Provider struct represents the Redis cache provider.
Client method returns underlying redis client. So that aah user could perform cache provider specific features.
Create method creates new Redis cache with given options.
Init method initializes the Redis cache provider.
Package redis imports 11 packages (graph). Updated 2019-08-30. Refresh now. Tools for package owners. This is an inactive package (no imports and no commits in at least two years).