2010-01-02 |
antirez | New vararg BLPOP able to block against multiple keys |
blob | commitdiff | raw |
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 |
|