Skip to content

Commit f912192

Browse files
committed
generage commands
1 parent b5c7ef3 commit f912192

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/commands.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
// This file was generated by ./generate_commands.js on Sat Apr 21 2012 03:19:45 GMT+0100 (WEST)
1+
// This file was generated by ./generate_commands.js on Thu Dec 20 2012 05:06:48 GMT-0500 (EST)
22
module.exports = [
33
"append",
44
"auth",
55
"bgrewriteaof",
66
"bgsave",
7+
"bitcount",
8+
"bitop",
79
"blpop",
810
"brpop",
911
"brpoplpush",
12+
"client kill",
13+
"client list",
1014
"config get",
1115
"config set",
1216
"config resetstat",
@@ -20,6 +24,7 @@ module.exports = [
2024
"dump",
2125
"echo",
2226
"eval",
27+
"evalsha",
2328
"exec",
2429
"exists",
2530
"expire",

0 commit comments

Comments
 (0)