Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct{ *redis.Client }
Conn wraps connection with the Redis.
type Option ¶
type Option func(o *redis.Options)
Option modifies the redis.Options.
func WithClientName ¶
WithClientName sets the client name for the Redis connection.
func WithCredentials ¶
WithCredentials sets the credentials for the Redis connection.
Click to show internal directories.
Click to hide internal directories.