2010-03-18 |
antirez | Fixed redis-cli auth code |
blob | commitdiff | raw |
2010-03-17 |
antirez | Merged Pietern patch for VM key args helper function... |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | Merge branch 'aggregates' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-03-17 |
root | Added Authentication to redis-cli.c using -a switch |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | HEXISTS and tests implemented |
blob | commitdiff | raw | diff to current |
2010-03-16 |
antirez | zrevrank support in redis-cli |
blob | commitdiff | raw | diff to current |
2010-03-16 |
antirez | HKEYS / HVALS / HGETALL |
blob | commitdiff | raw | diff to current |
2010-03-15 |
antirez | An interesting refactoring + more expressive internal API |
blob | commitdiff | raw | diff to current |
2010-03-14 |
antirez | HDEL and some improvement in DEBUG OBJECT command |
blob | commitdiff | raw | diff to current |
2010-03-09 |
antirez | Merged zsetops branch from Pietern |
blob | commitdiff | raw | diff to current |
2010-03-09 |
antirez | Merged ZREMBYRANK from Pietern |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Pieter Noordhuis | use ZMERGE as starting point |
blob | commitdiff | raw | diff to current |
2010-03-06 |
antirez | first implementation of HSET/HSET. More work needed |
blob | commitdiff | raw | diff to current |
2010-03-04 |
antirez | Merge branch 'zsl-get-rank' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-03-04 |
antirez | redis-cli now runs in interactive mode if no command... |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Pieter Noordhuis | merged memory reduction patch |
blob | commitdiff | raw | diff to current |
2010-03-03 |
antirez | initial implementation of SUBSTR |
blob | commitdiff | raw | diff to current |
2010-03-03 |
antirez | fpurge call removed from redis-cli |
blob | commitdiff | raw | diff to current |
2010-03-03 |
antirez | ZRANK stress tester |
blob | commitdiff | raw | diff to current |
2010-03-03 |
antirez | added quit and exit commands to redis-cli in order... |
blob | commitdiff | raw | diff to current |
2010-03-03 |
antirez | Merge remote branch 'djanowski/interactive' |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Damian Janowski... | Add support for MULTI/EXEC. |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Damian Janowski... | Remove trailing newline in interactive mode. |
blob | commitdiff | raw | diff to current |
2010-03-02 |
Michel Martens ... | Add interactive mode to redis-cli. |
blob | commitdiff | raw | diff to current |
2010-02-19 |
antirez | A problem with replication with multiple slaves connect... |
blob | commitdiff | raw | diff to current |
2010-02-07 |
antirez | ZRANGEBYSCORE now supports open intervals, prefixing... |
blob | commitdiff | raw | diff to current |
2010-02-04 |
antirez | APPEND command |
blob | commitdiff | raw | diff to current |
2010-01-20 |
antirez | ae.c event loop does no longer support exception notifi... |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | now redis-cli understands -h |
blob | commitdiff | raw | diff to current |
2010-01-02 |
antirez | New vararg BLPOP able to block against multiple keys |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | not yet working BLPOP implementation |
blob | commitdiff | raw | diff to current |
2009-12-22 |
antirez | ZRANGE, ZREVRANGE now support WITHSCORES options |
blob | commitdiff | raw | diff to current |
2009-12-06 |
antirez | printf format warnings fixed by casting |
blob | commitdiff | raw | diff to current |
2009-12-05 |
antirez | a few redis-cli format specified fixed |
blob | commitdiff | raw | diff to current |
2009-11-30 |
antirez | fixed a subtle bug in redis-cli not having visible... |
blob | commitdiff | raw | diff to current |
2009-11-28 |
antirez | Implemented LIMIT option in ZRANGEBYSCORE. We now enter... |
blob | commitdiff | raw | diff to current |
2009-11-26 |
antirez | log rebuilding, random refactoring, work in progress... |
blob | commitdiff | raw | diff to current |
2009-11-20 |
antirez | ZINCRSCOREBY => ZINCRBY |
blob | commitdiff | raw | diff to current |
2009-11-19 |
antirez | ZINCRSCOREBY implemented |
blob | commitdiff | raw | diff to current |
2009-11-12 |
antirez | Merge git://github.com/ianxm/redis |
blob | commitdiff | raw | diff to current |
2009-11-12 |
antirez | LPOPPUSH renamed into RPOPLPUSH |
blob | commitdiff | raw | diff to current |
2009-11-12 |
ian | can select db num |
blob | commitdiff | raw | diff to current |
2009-11-11 |
antirez | LPUSHPOP first implementation |
blob | commitdiff | raw | diff to current |
2009-11-10 |
antirez | Fixed issue 92 in redis: redis-cli (nil) return value... |
blob | commitdiff | raw | diff to current |
2009-11-03 |
antirez | redis-cli now accepts a -r (repeat) switch. Still there... |
blob | commitdiff | raw | diff to current |
2009-11-01 |
antirez | redis-cli now makes clear when the returned string... |
blob | commitdiff | raw | diff to current |
2009-11-01 |
antirez | SORT STORE option |
blob | commitdiff | raw | diff to current |
2009-10-29 |
antirez | EXPIREAT implemented, will be useful for the append... |
blob | commitdiff | raw | diff to current |
2009-10-29 |
antirez | ZREMRANGEBYSCORE implemented. Remove a range of element... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
antirez | ZLEN renamed ZCARD for consistency with SCARD |
blob | commitdiff | raw | diff to current |
2009-10-27 |
antirez | ZSCORE implemented |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | ZRANGEBYSCORE implemented. Redis got range queries! |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | backward support to skiplists for ZREVRANGE, still... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | ZREM implemented |
blob | commitdiff | raw | diff to current |
2009-10-23 |
antirez | some work on ZADD against existing element (score updat... |
blob | commitdiff | raw | diff to current |
2009-10-23 |
antirez | zrange initial hack (not working for now) |
blob | commitdiff | raw | diff to current |
2009-10-23 |
antirez | more work on ZSETs and a new make target called 32bit... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
antirez | SRANDMEMBER added |
blob | commitdiff | raw | diff to current |
2009-10-17 |
antirez | added multi-bulk protocol support to redis-cli and... |
blob | commitdiff | raw | diff to current |
2009-06-08 |
antirez | SPOP implemented. Hash table resizing for Sets and... |
blob | commitdiff | raw | diff to current |
2009-06-04 |
antirez | DEBUG OBJECT implemented |
blob | commitdiff | raw | diff to current |
2009-05-24 |
antirez | Issue with redis-client used in scripts solved, now... |
blob | commitdiff | raw | diff to current |
2009-05-23 |
antirez | SLAVEOF command implemented for replication remote... |
blob | commitdiff | raw | diff to current |
2009-05-22 |
antirez | TTL command implemented |
blob | commitdiff | raw | diff to current |
2009-05-17 |
antirez | SDIFF/SDIFFSTORE implemnted unifying it with the implem... |
blob | commitdiff | raw | diff to current |
2009-05-09 |
antirez | DEL is now a vararg, IMPORTANT: memory leak fixed in... |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | SMOVE command implemented |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | GETSET implemented |
blob | commitdiff | raw | diff to current |
2009-04-19 |
antirez | SUNION, SUNIONSTORE, Initial work on non blocking repli... |
blob | commitdiff | raw | diff to current |
2009-04-01 |
antirez | Initial implementation of EXPIRE |
blob | commitdiff | raw | diff to current |
2009-03-27 |
antirez | feature macros defined to play well with C99 |
blob | commitdiff | raw | diff to current |
2009-03-24 |
Ludovico Magnocavallo | git mess :) |
blob | commitdiff | raw | diff to current |
2009-03-24 |
antirez | Server replies now in the new format, test-redis.tcl... |
blob | commitdiff | raw | diff to current |
2009-03-23 |
antirez | Merge git://github.com/lucsky/redis |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Luc Heinrich | Fixed redis-cli readLine loop to correctly handle EOF. |
blob | commitdiff | raw | diff to current |
2009-03-22 |
antirez | redis-cli now checks the arity of vararg commnads |
blob | commitdiff | raw | diff to current |
2009-03-22 |
antirez | INFO fixed, MGET implemented, redis-cli implements... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
antirez | first commit |
blob | commitdiff | raw | diff to current |
|