summaryrefslogtreecommitdiff
path: root/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* make sure to flush stdout every line read in monitor mode, to play well with ...antirez2010-11-081-0/+1
* redis-cli does no longer try to auto detect if it is used inside a pipe. To r...antirez2010-09-091-6/+7
* redis-cli completely replaced with the version in Redis masterantirez2010-09-031-102/+100
* redis-cli now supports automatically reconnection in interactive modeantirez2010-08-251-9/+34
* build command outside while loopPieter Noordhuis2010-05-281-11/+9
* require the flag "-c" to be used for redis-cli to read the last argument from...Pieter Noordhuis2010-05-281-153/+14
* Don't rely on cliReadReply being able to return on shutdownBruno Deferrari2010-05-141-4/+9
* If command is a shutdown, ignore errors on replyBruno Deferrari2010-05-141-1/+4
* change command names no longer used to zunion/zinterPieter Noordhuis2010-05-071-2/+2
* redis-cli minor fix (less segfault is better)antirez2010-04-291-1/+1
* redis-cli INFO output format is now raw againantirez2010-04-291-106/+113
* Fixed a redis-cli bug, was using free instead of zfree callantirez2010-04-271-1/+1
* redis-cli is now using only the new protocolantirez2010-04-271-130/+111
* Minimal support for subscribe/psubscribe in redis-cliantirez2010-04-271-3/+18
* don't output the newline when stdout is not a ttyantirez2010-04-261-1/+0
* redis-cli now is able to also output the string representation instead of the...antirez2010-04-261-5/+35
* Initial support for quoted strings in redis-cliantirez2010-04-261-19/+83
* SETEX implementedantirez2010-04-231-0/+1
* implemented HMGETPieter Noordhuis2010-04-121-1/+2
* implemented HMSETPieter Noordhuis2010-04-121-0/+1
* PUBSUB implementedantirez2010-03-291-0/+3
* implements HINCRBY and tests (todo: find and fix small memleak)Pieter Noordhuis2010-03-261-0/+1
* CONFIG command implemened -- just a start but already usefulantirez2010-03-241-0/+1
* redis-cli prompt is now redis>antirez2010-03-241-1/+1
* Use linenoise for line editing on redis-cli.Michel Martens2010-03-231-27/+19
* Fix authentication for redis-cli on non-interactive mode.Michel Martens & Damian Janowski2010-03-231-13/+12
* Fixed redis-cli auth codeantirez2010-03-181-30/+11
* Merged Pietern patch for VM key args helper function. Fixed an obvious bug in...antirez2010-03-171-6/+1
|\
* | Added Authentication to redis-cli.c using -a switchroot2010-03-171-2/+40
* | HEXISTS and tests implementedantirez2010-03-171-0/+1
|/
* zrevrank support in redis-cliantirez2010-03-161-0/+1
* HKEYS / HVALS / HGETALLantirez2010-03-161-0/+3
* An interesting refactoring + more expressive internal APIantirez2010-03-151-0/+1
* HDEL and some improvement in DEBUG OBJECT commandantirez2010-03-141-0/+1
* use ZMERGE as starting pointPieter Noordhuis2010-03-081-0/+2
* first implementation of HSET/HSET. More work neededantirez2010-03-061-1/+3
* redis-cli now runs in interactive mode if no command is providedantirez2010-03-041-4/+2
* initial implementation of SUBSTRantirez2010-03-031-0/+1
* fpurge call removed from redis-cliantirez2010-03-031-3/+0
* ZRANK stress testerantirez2010-03-031-0/+1
* added quit and exit commands to redis-cli in order to quit the interactive modeantirez2010-03-031-0/+2
* Add support for MULTI/EXEC.Damian Janowski & Michel Martens2010-03-021-8/+10
* Remove trailing newline in interactive mode.Damian Janowski & Michel Martens2010-03-021-0/+3
* Add interactive mode to redis-cli.Michel Martens & Damian Janowski2010-03-021-17/+68
* A problem with replication with multiple slaves connectiong to a single maste...antirez2010-02-191-1/+1
* ZRANGEBYSCORE now supports open intervals, prefixing double values with a ope...antirez2010-02-071-0/+1
* APPEND commandantirez2010-02-041-0/+1
* ae.c event loop does no longer support exception notifications, as they are f...antirez2010-01-201-0/+9
* now redis-cli understands -hantirez2010-01-151-9/+14
* New vararg BLPOP able to block against multiple keysantirez2010-01-021-2/+2