Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharedRedis ¶
type SharedRedis struct { // contains filtered or unexported fields }
func GetSharedRedisDriver ¶
func GetSharedRedisDriver(cfg *models.DriverCredentials) (*SharedRedis, error)
func (*SharedRedis) Get ¶
func (b *SharedRedis) Get(id string) (interface{}, error)
func (*SharedRedis) Set ¶
func (b *SharedRedis) Set(id string, data interface{}) error
Click to show internal directories.
Click to hide internal directories.