File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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 )
2
2
module . exports = [
3
3
"append" ,
4
4
"auth" ,
5
5
"bgrewriteaof" ,
6
6
"bgsave" ,
7
7
"bitcount" ,
8
8
"bitop" ,
9
+ "bitpos" ,
9
10
"blpop" ,
10
11
"brpop" ,
11
12
"brpoplpush" ,
12
13
"client kill" ,
13
14
"client list" ,
14
15
"client getname" ,
16
+ "client pause" ,
15
17
"client setname" ,
16
18
"config get" ,
17
19
"config rewrite" ,
@@ -78,6 +80,9 @@ module.exports = [
78
80
"persist" ,
79
81
"pexpire" ,
80
82
"pexpireat" ,
83
+ "pfadd" ,
84
+ "pfcount" ,
85
+ "pfmerge" ,
81
86
"ping" ,
82
87
"psetex" ,
83
88
"psubscribe" ,
@@ -137,10 +142,13 @@ module.exports = [
137
142
"zcount" ,
138
143
"zincrby" ,
139
144
"zinterstore" ,
145
+ "zlexcount" ,
140
146
"zrange" ,
147
+ "zrangebylex" ,
141
148
"zrangebyscore" ,
142
149
"zrank" ,
143
150
"zrem" ,
151
+ "zremrangebylex" ,
144
152
"zremrangebyrank" ,
145
153
"zremrangebyscore" ,
146
154
"zrevrange" ,
You can’t perform that action at this time.
0 commit comments