redisgo
redisgo copied to clipboard
LLen 获取列表的长度有错误,写成了rpop,请更正一下吧
// LLen 获取列表的长度 func (c *Cacher) LLen(key string) (int64, error) { return Int64(c.Do("RPOP", c.getKey(key))) }