summaryrefslogtreecommitdiff
path: root/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* not yet working BLPOP implementationantirez2009-12-291-0/+2
* ZRANGE, ZREVRANGE now support WITHSCORES optionsantirez2009-12-221-2/+2
* printf format warnings fixed by castingantirez2009-12-061-2/+4
* a few redis-cli format specified fixedantirez2009-12-051-2/+2
* fixed a subtle bug in redis-cli not having visible effectsantirez2009-11-301-1/+1
* Implemented LIMIT option in ZRANGEBYSCORE. We now enter feature-freezeantirez2009-11-281-1/+1
* log rebuilding, random refactoring, work in progress please wait for an OK co...antirez2009-11-261-0/+2
* ZINCRSCOREBY => ZINCRBYantirez2009-11-201-1/+1
* ZINCRSCOREBY implementedantirez2009-11-191-0/+1
* Merge git://github.com/ianxm/redisantirez2009-11-121-7/+42
|\
| * can select db numian2009-11-111-7/+42
* | LPOPPUSH renamed into RPOPLPUSHantirez2009-11-121-1/+1
|/
* LPUSHPOP first implementationantirez2009-11-111-0/+1
* Fixed issue 92 in redis: redis-cli (nil) return value lacks CR/LFantirez2009-11-101-1/+1
* redis-cli now accepts a -r (repeat) switch. Still there is a memory leaks to fixantirez2009-11-031-27/+37
* redis-cli now makes clear when the returned string is an integerantirez2009-11-011-0/+1
* SORT STORE optionantirez2009-11-011-0/+1
* EXPIREAT implemented, will be useful for the append-only modeantirez2009-10-301-0/+1
* ZREMRANGEBYSCORE implemented. Remove a range of elements with score between m...antirez2009-10-291-0/+1
* ZLEN renamed ZCARD for consistency with SCARDantirez2009-10-281-1/+1
* ZSCORE implementedantirez2009-10-271-0/+1