Documentation
¶
Index ¶
- func ExpiredAfterGet(r *redis.Pool, key string) (interface{}, error)
- func Get(r *redis.Pool, key string) (interface{}, error)
- func Hgetall(r *redis.Pool, key string) (map[string]string, error)
- func Hmset(r *redis.Pool, key string, value interface{}) error
- func InitPool(host, port, auth string) *redis.Pool
- func NewPool() *redis.Pool
- func Set(r *redis.Pool, key string, value interface{}, time int64) error
- func ValueIsBool(v interface{}) (bool, error)
- func ValueIsString(v interface{}) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValueIsBool ¶
func ValueIsString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.