Documentation ¶
Index ¶
- Constants
- type Client
- func (c *Client) Close()
- func (c *Client) Exist(key string) (bool, error)
- func (c *Client) Get(key string) (string, error)
- func (c *Client) HGet(key, field string) (string, error)
- func (c *Client) HGetAll(key string) (map[string]string, error)
- func (c *Client) HSet(key, field, value string) error
- func (c *Client) Keys(pattern string) (*[]string, error)
- func (c *Client) Pipeline(keys []string) []string
- func (c *Client) PrintZRangeWithScores(key string, start, stop int64) string
- func (c *Client) Set(key, value string) error
- func (c *Client) SetExpire(key, value string, expire int64) error
- func (c *Client) ZAdd(key string, score int64, mem string) error
- func (c *Client) ZRange(key string, start, stop int64) ([]string, error)
- func (c *Client) ZRangeByScoreWithScores(key string, start, stop string, offset, count int64) ([]redis.Z, error)
- func (c *Client) ZRangeWithScores(key string, start, stop int64) ([]redis.Z, error)
Constants ¶
View Source
const Nil = redis.Nil
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.