diff --git a/lib/commands.js b/lib/commands.js index 669afe4..b036535 100644 --- a/lib/commands.js +++ b/lib/commands.js @@ -1,4 +1,4 @@ -// This file was generated by ./generate_commands.js on Sun Dec 15 2013 15:58:20 GMT+0000 (GMT) +// This file was generated by ./generate_commands.js on Wed Apr 23 2014 14:51:21 GMT-0700 (PDT) module.exports = [ "append", "auth", @@ -6,12 +6,14 @@ module.exports = [ "bgsave", "bitcount", "bitop", + "bitpos", "blpop", "brpop", "brpoplpush", "client kill", "client list", "client getname", + "client pause", "client setname", "config get", "config rewrite", @@ -78,6 +80,9 @@ module.exports = [ "persist", "pexpire", "pexpireat", + "pfadd", + "pfcount", + "pfmerge", "ping", "psetex", "psubscribe", @@ -137,10 +142,13 @@ module.exports = [ "zcount", "zincrby", "zinterstore", + "zlexcount", "zrange", + "zrangebylex", "zrangebyscore", "zrank", "zrem", + "zremrangebylex", "zremrangebyrank", "zremrangebyscore", "zrevrange",