Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents a redis client.
func (*Client) ProcessError ¶
ProcessError replaces any known values with our own db.Error types.
func (*Client) RedisClient ¶
func (c *Client) RedisClient() *redis.Client
RedisClient returns the redis client.
type ContextKey ¶
type ContextKey int
ContextKey is a key used in http request contexts.
const ( // ContextCalledBy is the calling function's name. ContextCalledBy ContextKey = iota )
Click to show internal directories.
Click to hide internal directories.