2010-04-13 |
Alex McHale | Remove trailing whitespace. |
blob | commitdiff | raw |
2010-04-12 |
Pieter Noordhuis | implemented HMSET |
blob | commitdiff | raw | diff to current |
2010-04-01 |
Pieter Noordhuis | use the right object when cleaning up after zunion... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
antirez | Merge branch 'hincrby' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Pieter Noordhuis | implements HINCRBY and tests (todo: find and fix small... |
blob | commitdiff | raw | diff to current |
2010-03-18 |
antirez | test-redis.tcl dataset digest function Hash support |
blob | commitdiff | raw | diff to current |
2010-03-18 |
antirez | zipmap fix for large values |
blob | commitdiff | raw | diff to current |
2010-03-18 |
antirez | reverted an optimization that makes Redis not stable |
blob | commitdiff | raw | diff to current |
2010-03-18 |
antirez | Fixed redis-cli auth code |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | HDEL fix, an optimization for comparison of objects... |
blob | commitdiff | raw | diff to current |
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 |
antirez | HEXISTS and tests implemented |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | More hash tests |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | better HSET test |
blob | commitdiff | raw | diff to current |
2010-03-17 |
antirez | More Hash tests |
blob | commitdiff | raw | diff to current |
2010-03-16 |
Pieter Noordhuis | added explicit AGGREGATE [SUM|MIN|MAX] option to ZUNION... |
blob | commitdiff | raw | diff to current |
2010-03-16 |
antirez | HGET fix for integer encoded field against zipmap encod... |
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-09 |
antirez | Merged ZREVRANK from Pietern |
blob | commitdiff | raw | diff to current |
2010-03-09 |
Pieter Noordhuis | replaced ZMERGE by ZUNION and ZINTER. note: key preload... |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Pieter Noordhuis | use ZMERGE as starting point |
blob | commitdiff | raw | diff to current |
2010-03-07 |
Pieter Noordhuis | added ZREVRANK |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Pieter Noordhuis | implemented ZREMBYRANK |
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 |
Pieter Noordhuis | merged memory reduction patch |
blob | commitdiff | raw | diff to current |
2010-03-04 |
antirez | Now list push commands return the length of the new... |
blob | commitdiff | raw | diff to current |
2010-03-04 |
Pieter Noordhuis | fix ZRANK (realize that rank is 1-based due to the... |
blob | commitdiff | raw | diff to current |
2010-03-03 |
antirez | ZRANK stress tester |
blob | commitdiff | raw | diff to current |
2010-03-03 |
Pieter Noordhuis | initial implementation for augmented zsets and the... |
blob | commitdiff | raw | diff to current |
2010-03-01 |
antirez | KEYS now returns a multi bulk reply |
blob | commitdiff | raw | diff to current |
2010-03-01 |
Damian Janowski | Add DISCARD command to discard queued MULTI commands. |
blob | commitdiff | raw | diff to current |
2010-03-01 |
antirez | Swappability bug due to a typo fixed thanks to code... |
blob | commitdiff | raw | diff to current |
2010-02-22 |
antirez | Fixed 32bit make target to work on Linux out of the box |
blob | commitdiff | raw | diff to current |
2010-02-09 |
antirez | VM now is able to block clients on swapped keys for... |
blob | commitdiff | raw | diff to current |
2010-02-07 |
antirez | ZCOUNT and ZRANGEBYSCORE new tests |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Sam Hendley | Added "withscores" option to zrangebyscore command... |
blob | commitdiff | raw | diff to current |
2010-02-04 |
antirez | APPEND tests |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | fixed a minor memory leak in configuration file parsing |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | support for named VM swap file. Fixed a few important... |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | fix for the just added new test |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | new test added |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | fix for test #11 |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | a few more stuff in INFO about VM. Test #11 changed... |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | not yet working BLPOP implementation |
blob | commitdiff | raw | diff to current |
2009-12-23 |
antirez | ZRANGE WITHSCORES test added |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | the pipelining test was ran against DB 1 for error... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | still more tests |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | SORT STORE test added |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | Now SORT returns an empty bulk reply if the key does... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | modified a bit the ZREVRANGE test to cover a few lines... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | SHUTDOWN now does the right thing when append only... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | Added a missing server.dirty increment in a non critica... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | LTRIM stress testing test added |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | LTRIM now returns +OK against non existing keys. More... |
blob | commitdiff | raw | diff to current |
2009-12-16 |
antirez | Regression for epoll bug in redis-test.tcl, version... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | Two important fixes to append only file: zero length... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | debug loadaof implemented in order to add more consiste... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | Added a new test able to stress a lot the snapshotting... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | Fixed some subtle bug in the command processing code... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | Regression test for SINTERSTORE added |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | Fixed issue #121 |
blob | commitdiff | raw | diff to current |
2009-12-14 |
antirez | a few more tests and ability to run a specific test... |
blob | commitdiff | raw | diff to current |
2009-12-06 |
antirez | Regression tests for SETNX and MSETNX bugs added |
blob | commitdiff | raw | diff to current |
2009-12-01 |
antirez | design documents added to the project |
blob | commitdiff | raw | diff to current |
2009-11-29 |
antirez | more tests in test-redis.tcl, some minor fix |
blob | commitdiff | raw | diff to current |
2009-11-28 |
antirez | ZRANGEBYSCORE fuzzy test |
blob | commitdiff | raw | diff to current |
2009-11-28 |
antirez | ZRANGEBYSCORE memory leak fixed, ZRANGEBYSCORE initial... |
blob | commitdiff | raw | diff to current |
2009-11-28 |
antirez | ifdefs added to use kevent on Free Open and Net BSD... |
blob | commitdiff | raw | diff to current |
2009-11-28 |
antirez | Enabled object encoding for multiple keys in MSET.... |
blob | commitdiff | raw | diff to current |
2009-11-24 |
antirez | DEBUG RELOAD implemented, and test-redis.tcl modified... |
blob | commitdiff | raw | diff to current |
2009-11-21 |
antirez | SRANDMEMBER test |
blob | commitdiff | raw | diff to current |
2009-11-21 |
antirez | SORT GET # implemented, with a test |
blob | commitdiff | raw | diff to current |
2009-11-21 |
antirez | EXPIREAT test |
blob | commitdiff | raw | diff to current |
2009-11-20 |
antirez | EXPIRE tests |
blob | commitdiff | raw | diff to current |
2009-11-20 |
antirez | more RPOPLPUSH tests |
blob | commitdiff | raw | diff to current |
2009-11-20 |
antirez | RPOPLPUSH tests added |
blob | commitdiff | raw | diff to current |
2009-11-18 |
antirez | more experiments with long replies, glue output buffer... |
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 | Redis test will not fail the SAVE test even if a backgr... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
antirez | Workaround for test-redis.tcl and Tcl 8.4.x about ZSCOR... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
antirez | LPUSHPOP first implementation |
blob | commitdiff | raw | diff to current |
2009-11-04 |
antirez | redis-test is now a better Redis citizen, testing every... |
blob | commitdiff | raw | diff to current |
2009-11-03 |
antirez | ZSets double to string serialization fixed |
blob | commitdiff | raw | diff to current |
2009-11-03 |
antirez | redis.tcl put at toplevel since it's uesd for the test... |
blob | commitdiff | raw | diff to current |
2009-10-27 |
antirez | A lot of ZSETs tests implemented, and a bug fixed thank... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
antirez | Imporant bug leading to data corruption fixed (NOT... |
blob | commitdiff | raw | diff to current |
2009-09-18 |
antirez | LREM fixed, used to crash since the new object integer... |
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-05-20 |
antirez | Aman Gupta changes merged |
blob | commitdiff | raw | diff to current |
2009-05-20 |
antirez | Merge git://github.com/tmm1/redis |
blob | commitdiff | raw | diff to current |
2009-05-17 |
Aman Gupta | Fix SINTER/UNIONSTORE to allow for &=/|= style operatio... |
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 | added tests for vararg DEL |
blob | commitdiff | raw | diff to current |
2009-04-29 |
antirez | fuzz stresser implemented in redis-test |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | SMOVE test added |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | GETSET tests |
blob | commitdiff | raw | diff to current |
2009-04-27 |
antirez | INCRBY/DECRBY now support 64bit increments, with tests |
blob | commitdiff | raw | diff to current |
2009-04-23 |
antirez | RANDOMKEY regression test added |
blob | commitdiff | raw | diff to current |
next |