Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisStore ¶
RedisStore uses Redis
func NewRedisStore ¶
func NewRedisStore(addr string) RedisStore
NewRedisStore creates a new RedisStore
func (RedisStore) Get ¶
func (r RedisStore) Get(key string) (interface{}, error)
Get value from Redis.
Click to show internal directories.
Click to hide internal directories.