Documentation ¶
Index ¶
- type RedisClient
- func (e *RedisClient) Exec(command string, args ...interface{}) (any, error)
- func (e *RedisClient) GetObject(key string, ptr any) error
- func (e *RedisClient) InitRedis(masterName string, address string, password string, dbIds int, maxIdle int, ...)
- func (e *RedisClient) Set(key string, val any) error
- func (e *RedisClient) SetEx(key string, val any, expires int64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.