]> git.saurik.com Git - redis.git/history - redis-cli.c
Merge branch 'issue_191' of git://github.com/gnrfan/redis
[redis.git] / redis-cli.c
2010-03-18  antirezFixed redis-cli auth code
2010-03-17  antirezMerged Pietern patch for VM key args helper function...
2010-03-17  antirezMerge branch 'aggregates' of git://github.com/pietern...
2010-03-17  rootAdded Authentication to redis-cli.c using -a switch
2010-03-17  antirezHEXISTS and tests implemented
2010-03-16  antirezzrevrank support in redis-cli
2010-03-16  antirezHKEYS / HVALS / HGETALL
2010-03-15  antirezAn interesting refactoring + more expressive internal API
2010-03-14  antirezHDEL and some improvement in DEBUG OBJECT command
2010-03-09  antirezMerged zsetops branch from Pietern
2010-03-09  antirezMerged ZREMBYRANK from Pietern
2010-03-08  Pieter Noordhuisuse ZMERGE as starting point
2010-03-06  antirezfirst implementation of HSET/HSET. More work needed
2010-03-04  antirezMerge branch 'zsl-get-rank' of git://github.com/pietern...
2010-03-04  antirezredis-cli now runs in interactive mode if no command...
2010-03-04  Pieter Noordhuismerged memory reduction patch
2010-03-03  antirezinitial implementation of SUBSTR
2010-03-03  antirezfpurge call removed from redis-cli
2010-03-03  antirezZRANK stress tester
2010-03-03  antirezadded quit and exit commands to redis-cli in order...
2010-03-03  antirezMerge remote branch 'djanowski/interactive'
2010-03-02  Damian Janowski... Add support for MULTI/EXEC.
2010-03-02  Damian Janowski... Remove trailing newline in interactive mode.
2010-03-02  Michel Martens ... Add interactive mode to redis-cli.
2010-02-19  antirezA problem with replication with multiple slaves connect...
2010-02-07  antirezZRANGEBYSCORE now supports open intervals, prefixing...
2010-02-04  antirezAPPEND command
2010-01-20  antirezae.c event loop does no longer support exception notifi...
2010-01-15  antireznow redis-cli understands -h
2010-01-02  antirezNew vararg BLPOP able to block against multiple keys
2009-12-29  antireznot yet working BLPOP implementation
2009-12-22  antirezZRANGE, ZREVRANGE now support WITHSCORES options
2009-12-06  antirezprintf format warnings fixed by casting
2009-12-05  antireza few redis-cli format specified fixed
2009-11-30  antirezfixed a subtle bug in redis-cli not having visible...
2009-11-28  antirezImplemented LIMIT option in ZRANGEBYSCORE. We now enter...
2009-11-26  antirezlog rebuilding, random refactoring, work in progress...
2009-11-20  antirezZINCRSCOREBY => ZINCRBY
2009-11-19  antirezZINCRSCOREBY implemented
2009-11-12  antirezMerge git://github.com/ianxm/redis
2009-11-12  antirezLPOPPUSH renamed into RPOPLPUSH
2009-11-12  iancan select db num
2009-11-11  antirezLPUSHPOP first implementation
2009-11-10  antirezFixed issue 92 in redis: redis-cli (nil) return value...
2009-11-03  antirezredis-cli now accepts a -r (repeat) switch. Still there...
2009-11-01  antirezredis-cli now makes clear when the returned string...
2009-11-01  antirezSORT STORE option
2009-10-29  antirezEXPIREAT implemented, will be useful for the append...
2009-10-29  antirezZREMRANGEBYSCORE implemented. Remove a range of element...
2009-10-28  antirezZLEN renamed ZCARD for consistency with SCARD
2009-10-27  antirezZSCORE implemented
2009-10-26  antirezZRANGEBYSCORE implemented. Redis got range queries!
2009-10-26  antirezbackward support to skiplists for ZREVRANGE, still...
2009-10-26  antirezZREM implemented
2009-10-23  antirezsome work on ZADD against existing element (score updat...
2009-10-23  antirezzrange initial hack (not working for now)
2009-10-23  antirezmore work on ZSETs and a new make target called 32bit...
2009-10-21  antirezSRANDMEMBER added
2009-10-17  antirezadded multi-bulk protocol support to redis-cli and...
2009-06-08  antirezSPOP implemented. Hash table resizing for Sets and...
2009-06-04  antirezDEBUG OBJECT implemented
2009-05-24  antirezIssue with redis-client used in scripts solved, now...
2009-05-23  antirezSLAVEOF command implemented for replication remote...
2009-05-22  antirezTTL command implemented
2009-05-17  antirezSDIFF/SDIFFSTORE implemnted unifying it with the implem...
2009-05-09  antirezDEL is now a vararg, IMPORTANT: memory leak fixed in...
2009-04-28  antirezSMOVE command implemented
2009-04-28  antirezGETSET implemented
2009-04-19  antirezSUNION, SUNIONSTORE, Initial work on non blocking repli...
2009-04-01  antirezInitial implementation of EXPIRE
2009-03-27  antirezfeature macros defined to play well with C99
2009-03-24  Ludovico Magnocavallogit mess :)
2009-03-24  antirezServer replies now in the new format, test-redis.tcl...
2009-03-23  antirezMerge git://github.com/lucsky/redis
2009-03-23  Luc HeinrichFixed redis-cli readLine loop to correctly handle EOF.
2009-03-22  antirezredis-cli now checks the arity of vararg commnads
2009-03-22  antirezINFO fixed, MGET implemented, redis-cli implements...
2009-03-22  antirezfirst commit