Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisStore ¶
RedisStore implements the Store interface, used for storing objects in-memory
func NewRedisStore ¶
func NewRedisStore(addr string, password string, db int) *RedisStore
NewRedisStore creates a new RedisStore
func (*RedisStore) Delete ¶
func (store *RedisStore) Delete(key string) error
Delete removes a key from the store
Click to show internal directories.
Click to hide internal directories.