Documentation
¶
Index ¶
- Constants
- type RedisInfo
- func (client *RedisInfo) Get(key string) ([]string, error)
- func (client *RedisInfo) HGelAll(key string) ([]string, error)
- func (client *RedisInfo) HGet(key string, field string) ([]string, error)
- func (client *RedisInfo) HSet(key string, field string, value string) ([]string, error)
- func (client *RedisInfo) Run(com ...string) ([]string, error)
- func (client *RedisInfo) Set(key string, value string, seconds string, milliseconds string) ([]string, error)
Constants ¶
View Source
const (
CRLF = "\r\n"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.