You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Regenerate commands.js to match redis 2.8.0. Adds support for 'config rewrite', 'pubsub', 'scan', 'sscan', 'hscan' and 'zscan'
This commit is contained in:
@@ -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 = [
|
module.exports = [
|
||||||
"append",
|
"append",
|
||||||
"auth",
|
"auth",
|
||||||
@@ -14,6 +14,7 @@ module.exports = [
|
|||||||
"client getname",
|
"client getname",
|
||||||
"client setname",
|
"client setname",
|
||||||
"config get",
|
"config get",
|
||||||
|
"config rewrite",
|
||||||
"config set",
|
"config set",
|
||||||
"config resetstat",
|
"config resetstat",
|
||||||
"dbsize",
|
"dbsize",
|
||||||
@@ -80,6 +81,7 @@ module.exports = [
|
|||||||
"ping",
|
"ping",
|
||||||
"psetex",
|
"psetex",
|
||||||
"psubscribe",
|
"psubscribe",
|
||||||
|
"pubsub",
|
||||||
"pttl",
|
"pttl",
|
||||||
"publish",
|
"publish",
|
||||||
"punsubscribe",
|
"punsubscribe",
|
||||||
@@ -145,5 +147,9 @@ module.exports = [
|
|||||||
"zrevrangebyscore",
|
"zrevrangebyscore",
|
||||||
"zrevrank",
|
"zrevrank",
|
||||||
"zscore",
|
"zscore",
|
||||||
"zunionstore"
|
"zunionstore",
|
||||||
|
"scan",
|
||||||
|
"sscan",
|
||||||
|
"hscan",
|
||||||
|
"zscan"
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user