]> git.saurik.com Git - redis.git/history - redis-cli.c
update RPOPLPUSH to support dual encoding
[redis.git] / redis-cli.c
2010-05-28  antirezMerge branch 'cli-stdin' of git://github.com/pietern...
2010-05-26  Pieter Noordhuisbuild command outside while loop
2010-05-26  Pieter Noordhuisrequire the flag "-c" to be used for redis-cli to read...
2010-05-25  antirezminor bug fixed in WATCH
2010-05-20  antirezMerge http://github.com/ngmoco/redis
2010-05-19  Pieter NoordhuisMerge branch 'master' into integration
2010-05-15  antirezMerge branch 'redis-cli-fix' of http://github.com/tizoc...
2010-05-14  Bruno DeferrariDon't rely on cliReadReply being able to return on...
2010-05-14  Bruno DeferrariIf command is a shutdown, ignore errors on reply
2010-05-13  antirezconflicts resolved
2010-05-07  Pieter Noordhuischange command names no longer used to zunion/zinter
2010-04-29  antirezredis-cli minor fix (less segfault is better)
2010-04-29  antirezredis-cli INFO output format is now raw again
2010-04-27  antirezFixed a redis-cli bug, was using free instead of zfree...
2010-04-27  antirezredis-cli is now using only the new protocol
2010-04-27  antirezMinimal support for subscribe/psubscribe in redis-cli
2010-04-26  antirezdon't output the newline when stdout is not a tty
2010-04-26  antirezredis-cli now is able to also output the string represe...
2010-04-26  antirezInitial support for quoted strings in redis-cli
2010-04-23  antirezSETEX implemented
2010-04-13  antirezMerge branch 'hmget' of git://github.com/pietern/redis
2010-04-12  Pieter Noordhuisimplemented HMGET
2010-04-12  Pieter Noordhuisimplemented HMSET
2010-04-01  antirezMerge branch 'zipmap' of git://github.com/pietern/redis
2010-03-29  antirezPUBSUB implemented
2010-03-26  antirezMerge branch 'hincrby' of git://github.com/pietern...
2010-03-26  Pieter Noordhuisimplements HINCRBY and tests (todo: find and fix small...
2010-03-24  antirezCONFIG command implemened -- just a start but already...
2010-03-24  antirezredis-cli prompt is now redis>
2010-03-23  Michel MartensUse linenoise for line editing on redis-cli.
2010-03-23  Michel Martens ... Fix authentication for redis-cli on non-interactive...
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...
next