1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

commands.js regenerated

This commit is contained in:
DTrejo
2012-08-06 15:05:25 -07:00
parent 75c38dd8b3
commit f3ee8eabd8

View File

@@ -1,12 +1,16 @@
// This file was generated by ./generate_commands.js on Tue Jun 28 2011 22:37:02 GMT-0700 (PDT)
// This file was generated by ./generate_commands.js on Mon Aug 06 2012 15:04:06 GMT-0700 (PDT)
module.exports = [
"append",
"auth",
"bgrewriteaof",
"bgsave",
"bitcount",
"bitop",
"blpop",
"brpop",
"brpoplpush",
"client kill",
"client list",
"config get",
"config set",
"config resetstat",
@@ -17,7 +21,10 @@ module.exports = [
"decrby",
"del",
"discard",
"dump",
"echo",
"eval",
"evalsha",
"exec",
"exists",
"expire",
@@ -33,6 +40,7 @@ module.exports = [
"hget",
"hgetall",
"hincrby",
"hincrbyfloat",
"hkeys",
"hlen",
"hmget",
@@ -42,6 +50,7 @@ module.exports = [
"hvals",
"incr",
"incrby",
"incrbyfloat",
"info",
"keys",
"lastsave",
@@ -56,6 +65,7 @@ module.exports = [
"lset",
"ltrim",
"mget",
"migrate",
"monitor",
"move",
"mset",
@@ -63,14 +73,19 @@ module.exports = [
"multi",
"object",
"persist",
"pexpire",
"pexpireat",
"ping",
"psetex",
"psubscribe",
"pttl",
"publish",
"punsubscribe",
"quit",
"randomkey",
"rename",
"renamenx",
"restore",
"rpop",
"rpoplpush",
"rpush",
@@ -78,6 +93,10 @@ module.exports = [
"sadd",
"save",
"scard",
"script exists",
"script flush",
"script kill",
"script load",
"sdiff",
"sdiffstore",
"select",
@@ -91,6 +110,7 @@ module.exports = [
"sinterstore",
"sismember",
"slaveof",
"slowlog",
"smembers",
"smove",
"sort",
@@ -102,6 +122,7 @@ module.exports = [
"sunion",
"sunionstore",
"sync",
"time",
"ttl",
"type",
"unsubscribe",