|
@@ -38,8 +38,8 @@ type (
|
|
Hvals(key string) ([]string, error)
|
|
Hvals(key string) ([]string, error)
|
|
Incr(key string) (int64, error)
|
|
Incr(key string) (int64, error)
|
|
Incrby(key string, increment int64) (int64, error)
|
|
Incrby(key string, increment int64) (int64, error)
|
|
- Llen(key string) (int, error)
|
|
|
|
Lindex(key string, index int64) (string, error)
|
|
Lindex(key string, index int64) (string, error)
|
|
|
|
+ Llen(key string) (int, error)
|
|
Lpop(key string) (string, error)
|
|
Lpop(key string) (string, error)
|
|
Lpush(key string, values ...interface{}) (int, error)
|
|
Lpush(key string, values ...interface{}) (int, error)
|
|
Lrange(key string, start, stop int) ([]string, error)
|
|
Lrange(key string, start, stop int) ([]string, error)
|