Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisClient ¶
RedisClient holds the Redis client
func NewRedisClient ¶
func NewRedisClient(address string, password string, db int) *RedisClient
NewRedisClient creates a new Redis client
func (*RedisClient) Del ¶
func (r *RedisClient) Del(keys ...string) error
Del deletes one or more keys from Redis
Click to show internal directories.
Click to hide internal directories.