Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrClientNotConnect = errors.New("Not connected to redis")
)
Functions ¶
This section is empty.
Types ¶
type RedisClient ¶
type RedisClient struct {
// contains filtered or unexported fields
}
func NewRedisClient ¶
func NewRedisClient() *RedisClient
func (RedisClient) Insert ¶
func (r RedisClient) Insert(key string, value interface{}) error
Click to show internal directories.
Click to hide internal directories.