Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisCache ¶
type RedisCache struct {
// contains filtered or unexported fields
}
func NewRedisCache ¶
func NewRedisCache(addr, password string) (*RedisCache, error)
func (*RedisCache) Delete ¶
func (c *RedisCache) Delete(key string) error
func (*RedisCache) Get ¶
func (c *RedisCache) Get(key string, value interface{}) error
Click to show internal directories.
Click to hide internal directories.