Documentation
¶
Index ¶
Constants ¶
View Source
const ( EXPIRE = "expire" // 过期时间 NX = "nx" // setnx XX = "xx" // setxx )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Iterator ¶
type Iterator struct {
// contains filtered or unexported fields
}
func NewIterator ¶
func NewIterator(data []interface{}) *Iterator
type Operations ¶
type Operations []*Operation
func (Operations) Find ¶
func (c Operations) Find(name string) *Result
type RedisClient ¶
type RedisClient struct {
// contains filtered or unexported fields
}
func (*RedisClient) Get ¶
func (c *RedisClient) Get(key string) *Result
func (*RedisClient) MGet ¶
func (c *RedisClient) MGet(key string) *MResult
Click to show internal directories.
Click to hide internal directories.