Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/charlesfeng/node_redis in…
Browse files Browse the repository at this point in the history
…to charlesfeng-master
  • Loading branch information
brycebaril committed May 22, 2014
2 parents 4f9c6bd + ef1a906 commit 5b503d7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lib/commands.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
// 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",
"bgrewriteaof",
"bgsave",
"bitcount",
"bitop",
"bitpos",
"blpop",
"brpop",
"brpoplpush",
"client kill",
"client list",
"client getname",
"client pause",
"client setname",
"config get",
"config rewrite",
Expand Down Expand Up @@ -78,6 +80,9 @@ module.exports = [
"persist",
"pexpire",
"pexpireat",
"pfadd",
"pfcount",
"pfmerge",
"ping",
"psetex",
"psubscribe",
Expand Down Expand Up @@ -137,10 +142,13 @@ module.exports = [
"zcount",
"zincrby",
"zinterstore",
"zlexcount",
"zrange",
"zrangebylex",
"zrangebyscore",
"zrank",
"zrem",
"zremrangebylex",
"zremrangebyrank",
"zremrangebyscore",
"zrevrange",
Expand Down

0 comments on commit 5b503d7

Please sign in to comment.