You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
commands.js regenerated
This commit is contained in:
@@ -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 = [
|
module.exports = [
|
||||||
"append",
|
"append",
|
||||||
"auth",
|
"auth",
|
||||||
"bgrewriteaof",
|
"bgrewriteaof",
|
||||||
"bgsave",
|
"bgsave",
|
||||||
|
"bitcount",
|
||||||
|
"bitop",
|
||||||
"blpop",
|
"blpop",
|
||||||
"brpop",
|
"brpop",
|
||||||
"brpoplpush",
|
"brpoplpush",
|
||||||
|
"client kill",
|
||||||
|
"client list",
|
||||||
"config get",
|
"config get",
|
||||||
"config set",
|
"config set",
|
||||||
"config resetstat",
|
"config resetstat",
|
||||||
@@ -17,7 +21,10 @@ module.exports = [
|
|||||||
"decrby",
|
"decrby",
|
||||||
"del",
|
"del",
|
||||||
"discard",
|
"discard",
|
||||||
|
"dump",
|
||||||
"echo",
|
"echo",
|
||||||
|
"eval",
|
||||||
|
"evalsha",
|
||||||
"exec",
|
"exec",
|
||||||
"exists",
|
"exists",
|
||||||
"expire",
|
"expire",
|
||||||
@@ -33,6 +40,7 @@ module.exports = [
|
|||||||
"hget",
|
"hget",
|
||||||
"hgetall",
|
"hgetall",
|
||||||
"hincrby",
|
"hincrby",
|
||||||
|
"hincrbyfloat",
|
||||||
"hkeys",
|
"hkeys",
|
||||||
"hlen",
|
"hlen",
|
||||||
"hmget",
|
"hmget",
|
||||||
@@ -42,6 +50,7 @@ module.exports = [
|
|||||||
"hvals",
|
"hvals",
|
||||||
"incr",
|
"incr",
|
||||||
"incrby",
|
"incrby",
|
||||||
|
"incrbyfloat",
|
||||||
"info",
|
"info",
|
||||||
"keys",
|
"keys",
|
||||||
"lastsave",
|
"lastsave",
|
||||||
@@ -56,6 +65,7 @@ module.exports = [
|
|||||||
"lset",
|
"lset",
|
||||||
"ltrim",
|
"ltrim",
|
||||||
"mget",
|
"mget",
|
||||||
|
"migrate",
|
||||||
"monitor",
|
"monitor",
|
||||||
"move",
|
"move",
|
||||||
"mset",
|
"mset",
|
||||||
@@ -63,14 +73,19 @@ module.exports = [
|
|||||||
"multi",
|
"multi",
|
||||||
"object",
|
"object",
|
||||||
"persist",
|
"persist",
|
||||||
|
"pexpire",
|
||||||
|
"pexpireat",
|
||||||
"ping",
|
"ping",
|
||||||
|
"psetex",
|
||||||
"psubscribe",
|
"psubscribe",
|
||||||
|
"pttl",
|
||||||
"publish",
|
"publish",
|
||||||
"punsubscribe",
|
"punsubscribe",
|
||||||
"quit",
|
"quit",
|
||||||
"randomkey",
|
"randomkey",
|
||||||
"rename",
|
"rename",
|
||||||
"renamenx",
|
"renamenx",
|
||||||
|
"restore",
|
||||||
"rpop",
|
"rpop",
|
||||||
"rpoplpush",
|
"rpoplpush",
|
||||||
"rpush",
|
"rpush",
|
||||||
@@ -78,6 +93,10 @@ module.exports = [
|
|||||||
"sadd",
|
"sadd",
|
||||||
"save",
|
"save",
|
||||||
"scard",
|
"scard",
|
||||||
|
"script exists",
|
||||||
|
"script flush",
|
||||||
|
"script kill",
|
||||||
|
"script load",
|
||||||
"sdiff",
|
"sdiff",
|
||||||
"sdiffstore",
|
"sdiffstore",
|
||||||
"select",
|
"select",
|
||||||
@@ -91,6 +110,7 @@ module.exports = [
|
|||||||
"sinterstore",
|
"sinterstore",
|
||||||
"sismember",
|
"sismember",
|
||||||
"slaveof",
|
"slaveof",
|
||||||
|
"slowlog",
|
||||||
"smembers",
|
"smembers",
|
||||||
"smove",
|
"smove",
|
||||||
"sort",
|
"sort",
|
||||||
@@ -102,6 +122,7 @@ module.exports = [
|
|||||||
"sunion",
|
"sunion",
|
||||||
"sunionstore",
|
"sunionstore",
|
||||||
"sync",
|
"sync",
|
||||||
|
"time",
|
||||||
"ttl",
|
"ttl",
|
||||||
"type",
|
"type",
|
||||||
"unsubscribe",
|
"unsubscribe",
|
||||||
|
Reference in New Issue
Block a user