From 656ecbbbf4b2d78b98bed19faa96aeb86d9b1828 Mon Sep 17 00:00:00 2001 From: Marek Date: Sun, 15 Dec 2013 16:01:33 +0000 Subject: [PATCH] Regenerate commands.js to match redis 2.8.0. Adds support for 'config rewrite', 'pubsub', 'scan', 'sscan', 'hscan' and 'zscan' --- lib/commands.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/commands.js b/lib/commands.js index 4abfe68668..669afe4161 100644 --- a/lib/commands.js +++ b/lib/commands.js @@ -1,4 +1,4 @@ -// This file was generated by ./generate_commands.js on Sun Feb 17 2013 19:04:47 GMT-0500 (EST) +// This file was generated by ./generate_commands.js on Sun Dec 15 2013 15:58:20 GMT+0000 (GMT) module.exports = [ "append", "auth", @@ -14,6 +14,7 @@ module.exports = [ "client getname", "client setname", "config get", + "config rewrite", "config set", "config resetstat", "dbsize", @@ -80,6 +81,7 @@ module.exports = [ "ping", "psetex", "psubscribe", + "pubsub", "pttl", "publish", "punsubscribe", @@ -145,5 +147,9 @@ module.exports = [ "zrevrangebyscore", "zrevrank", "zscore", - "zunionstore" + "zunionstore", + "scan", + "sscan", + "hscan", + "zscan" ];