# Functions
CheckNilErr check the err: if err == nil, return true,nil; if the err is ErrNIl return false,nil;,otherwise return false ,err.
MsgPackDecodeBytes decode bytes to dest use msgpack.
MsgPackEncodeBytes encode data to bytes use msgpack.
NewParamConf create ParamConf.
NewPipeline new pipeline from RedisClient.
NewRedisClient create new Redis.
NewRedisClientWithConf create redis from conf.
TryLock try to lock lockKey in lockSencods.
UnLock unlock lockey.
# Constants
Redis连接池的默认参数.
Redis连接池的默认参数.
Redis连接池的默认参数.
Redis连接池的默认参数.
Redis连接池的默认参数.
Redis连接池的默认参数.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
redis的命令及响应.
# Structs
ParamConf is the cache param conf with cache group,key prefix and expire.
ParamKey is the cache param with key.
Pipeline the command and results.
PipelineReply reply from pipeline.
RedisClient redis client.
RedisConf redis config.
RedisPoolConf Redis连接池配置.
RedisServer Redis实例的配置.