Documentation ¶
Index ¶
- func Connect() redis.Conn
- func DeleteKey(key string) (interface{}, error)
- func GetHashAll(key string) (interface{}, error)
- func GetKey(key string) (interface{}, error)
- func GetKeys(pattern string) (interface{}, error)
- func GetStringMap(result interface{}, err error) (map[string]string, error)
- func GetStrings(reply interface{}, err error) ([]string, error)
- func SetHash(key string, data model.UserModel) (interface{}, error)
- func SetKey(key string, data interface{})
- type Conn
- type User
- type Users
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStringMap ¶
GetStringMap returns a map
func GetStrings ¶
GetStrings returns a slice of strings
Types ¶
Click to show internal directories.
Click to hide internal directories.