diff --git a/lib/commands.js b/lib/commands.js index 0293ae8d37..f57cca964a 100644 --- a/lib/commands.js +++ b/lib/commands.js @@ -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",