Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsFunctioningClient ¶
Types ¶
type RDCloser ¶
type RDCloser interface { redis.UniversalClient }
RDCloser is an interface that combines the redis.Cmdable and io.Closer interfaces, ensuring that we can close the client connection.
func NewRedisCloser ¶
func NewRedisCloser(opts *RedisCloserOptions) (RDCloser, error)
Click to show internal directories.
Click to hide internal directories.