Documentation ¶
Index ¶
- type LegacyRedis
- func (lr *LegacyRedis) Delete(ident string) error
- func (lr *LegacyRedis) Get(ident string, key string) string
- func (lr *LegacyRedis) HKeys(ident string) []string
- func (lr *LegacyRedis) Set(ident string, key string, value string) error
- func (lr *LegacyRedis) SetM(ident string, set map[string]interface{}) error
- type Level
- type Object
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LegacyRedis ¶
type LegacyRedis struct {
// contains filtered or unexported fields
}
func (*LegacyRedis) Delete ¶
func (lr *LegacyRedis) Delete(ident string) error
Delete - Deletes this key
func (*LegacyRedis) Get ¶
func (lr *LegacyRedis) Get(ident string, key string) string
Get - Get value from the hash-map
func (*LegacyRedis) HKeys ¶
func (lr *LegacyRedis) HKeys(ident string) []string
HKeys - Get a list of the keys in the hash-map
type Level ¶
type Level struct { DB *leveldb.DB Legacy *LegacyRedis }
Click to show internal directories.
Click to hide internal directories.