Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ICache ¶
type RedisDriver ¶
type RedisDriver struct{}
func (RedisDriver) Del ¶
func (r RedisDriver) Del(key string) error
func (RedisDriver) Get ¶
func (r RedisDriver) Get(key string) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.