Documentation ¶
Index ¶
- func Delete(set, key, objID string) error
- func Exists(key string) (bool, error)
- func Get(set, key, objID string, value interface{}) error
- func List(set string) ([]string, error)
- func Lock(ctrlID, objID string) bool
- func LocksCleanUp(ctrlID string) error
- func Set(set, key, objID string, value interface{}) error
- func Unlock(ctrlID, objID string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Exists ¶
Exists checks whether a key exists on redis nxdb
func Get ¶
Get gets the value of a key from redis nxdb
func Set ¶
Set sets key-value on redis nxdb
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.