You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Regenerate commands.js for redis 2.8.9.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// This file was generated by ./generate_commands.js on Sun Dec 15 2013 15:58:20 GMT+0000 (GMT)
|
||||
// This file was generated by ./generate_commands.js on Wed Apr 23 2014 14:51:21 GMT-0700 (PDT)
|
||||
module.exports = [
|
||||
"append",
|
||||
"auth",
|
||||
@ -6,12 +6,14 @@ module.exports = [
|
||||
"bgsave",
|
||||
"bitcount",
|
||||
"bitop",
|
||||
"bitpos",
|
||||
"blpop",
|
||||
"brpop",
|
||||
"brpoplpush",
|
||||
"client kill",
|
||||
"client list",
|
||||
"client getname",
|
||||
"client pause",
|
||||
"client setname",
|
||||
"config get",
|
||||
"config rewrite",
|
||||
@ -78,6 +80,9 @@ module.exports = [
|
||||
"persist",
|
||||
"pexpire",
|
||||
"pexpireat",
|
||||
"pfadd",
|
||||
"pfcount",
|
||||
"pfmerge",
|
||||
"ping",
|
||||
"psetex",
|
||||
"psubscribe",
|
||||
@ -137,10 +142,13 @@ module.exports = [
|
||||
"zcount",
|
||||
"zincrby",
|
||||
"zinterstore",
|
||||
"zlexcount",
|
||||
"zrange",
|
||||
"zrangebylex",
|
||||
"zrangebyscore",
|
||||
"zrank",
|
||||
"zrem",
|
||||
"zremrangebylex",
|
||||
"zremrangebyrank",
|
||||
"zremrangebyscore",
|
||||
"zrevrange",
|
||||
|
Reference in New Issue
Block a user