Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisStore ¶
type RedisStore struct { Debug bool // contains filtered or unexported fields }
func NewRedisStore ¶
func NewRedisStore(redis *redis.Redis) *RedisStore
func (*RedisStore) Del ¶
func (s *RedisStore) Del(key string) error
func (*RedisStore) Get ¶
func (s *RedisStore) Get(key string) (interface{}, error)
func (*RedisStore) Put ¶
func (s *RedisStore) Put(key string, value interface{}) error
Click to show internal directories.
Click to hide internal directories.