You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
fix ZREMRANGEBYRANK
This commit is contained in:
@@ -170,6 +170,7 @@ import ZRANGEBYSCORE from './ZRANGEBYSCORE';
|
||||
import ZRANK from './ZRANK';
|
||||
import ZREM from './ZREM';
|
||||
import ZREMRANGEBYLEX from './ZREMRANGEBYLEX';
|
||||
import ZREMRANGEBYRANK from './ZREMRANGEBYRANK';
|
||||
import ZREVRANK from './ZREVRANK';
|
||||
import ZSCAN from './ZSCAN';
|
||||
import ZSCORE from './ZSCORE';
|
||||
@@ -517,12 +518,14 @@ export default {
|
||||
zRangeByLex: ZRANGEBYLEX,
|
||||
ZRANGEBYSCORE,
|
||||
zRangeByScore: ZRANGEBYSCORE,
|
||||
ZREMRANGEBYLEX,
|
||||
zRemRangeByLex: ZREMRANGEBYLEX,
|
||||
ZRANK,
|
||||
zRank: ZRANK,
|
||||
ZREM,
|
||||
zRem: ZREM,
|
||||
ZREMRANGEBYLEX,
|
||||
zRemRangeByLex: ZREMRANGEBYLEX,
|
||||
ZREMRANGEBYRANK,
|
||||
zRemRangeByRank: ZREMRANGEBYRANK,
|
||||
ZREVRANK,
|
||||
zRevRank: ZREVRANK,
|
||||
ZSCAN,
|
||||
|
Reference in New Issue
Block a user