package
0.0.0-20181026173911-eca9d0580304
Repository: https://github.com/lavab/api.git
Documentation: pkg.go.dev
# Functions
NewRedisCache creates a new cache with a redis backend.
# Structs
RedisCache is an implementation of Cache that uses Redis as a backend.
RedisCacheOpts is used to pass options to NewRedisCache.
# Interfaces
Cache is the basic interface for cache implementations.