]> git.saurik.com Git - redis.git/commitdiff
Merge branch 'master' of github.com:antirez/redis
authorantirez <antirez@gmail.com>
Tue, 14 Dec 2010 16:42:46 +0000 (17:42 +0100)
committerantirez <antirez@gmail.com>
Tue, 14 Dec 2010 16:42:46 +0000 (17:42 +0100)
1  2 
src/redis.c
src/redis.h

diff --cc src/redis.c
Simple merge
diff --cc src/redis.h
index 6e2112a0d51065ca4c51e7e806e3f1e66884ef87,860e77a18f40be8dcf718a4eb57b37397039ede8..4a6af106b92b3a4168b2a09062a1bcc0c09d35de
@@@ -970,7 -973,9 +977,8 @@@ void execCommand(redisClient *c)
  void discardCommand(redisClient *c);
  void blpopCommand(redisClient *c);
  void brpopCommand(redisClient *c);
+ void brpoplpushCommand(redisClient *c);
  void appendCommand(redisClient *c);
 -void substrCommand(redisClient *c);
  void strlenCommand(redisClient *c);
  void zrankCommand(redisClient *c);
  void zrevrankCommand(redisClient *c);