Skip to content

Commit 5b503d7

Browse files
committed
Merge branch 'master' of https://github.com/charlesfeng/node_redis into charlesfeng-master
2 parents 4f9c6bd + ef1a906 commit 5b503d7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lib/commands.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
// This file was generated by ./generate_commands.js on Sun Dec 15 2013 15:58:20 GMT+0000 (GMT)
1+
// This file was generated by ./generate_commands.js on Wed Apr 23 2014 14:51:21 GMT-0700 (PDT)
22
module.exports = [
33
"append",
44
"auth",
55
"bgrewriteaof",
66
"bgsave",
77
"bitcount",
88
"bitop",
9+
"bitpos",
910
"blpop",
1011
"brpop",
1112
"brpoplpush",
1213
"client kill",
1314
"client list",
1415
"client getname",
16+
"client pause",
1517
"client setname",
1618
"config get",
1719
"config rewrite",
@@ -78,6 +80,9 @@ module.exports = [
7880
"persist",
7981
"pexpire",
8082
"pexpireat",
83+
"pfadd",
84+
"pfcount",
85+
"pfmerge",
8186
"ping",
8287
"psetex",
8388
"psubscribe",
@@ -137,10 +142,13 @@ module.exports = [
137142
"zcount",
138143
"zincrby",
139144
"zinterstore",
145+
"zlexcount",
140146
"zrange",
147+
"zrangebylex",
141148
"zrangebyscore",
142149
"zrank",
143150
"zrem",
151+
"zremrangebylex",
144152
"zremrangebyrank",
145153
"zremrangebyscore",
146154
"zrevrange",

0 commit comments

Comments
 (0)