2010-01-04 |
antirez | vm swap file creation, and some basic configuration |
blob | commitdiff | raw |
2010-01-04 |
antirez | version marked 1.3.2 |
blob | commitdiff | raw | diff to current |
2010-01-04 |
antirez | saving code refactored a bit, added a function returnin... |
blob | commitdiff | raw | diff to current |
2010-01-02 |
antirez | Now the PUSH side of RPOPLPUSH is able to unblock clien... |
blob | commitdiff | raw | diff to current |
2010-01-02 |
antirez | Version is now 1.3.1 |
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-30 |
antirez | fixed a problem with BLPOP timeout of zero, now it... |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | BLPOP timeouts implemented |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | first working implementation of BLPOP and BRPOP, still... |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | a few more fixes, still broken |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | First fix, still broken |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | minor fix for Linux 64 bit |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | not yet working BLPOP implementation |
blob | commitdiff | raw | diff to current |
2009-12-28 |
antirez | AOFSYNC removed, got a better idea... |
blob | commitdiff | raw | diff to current |
2009-12-28 |
antirez | AOFSYNC command implemented |
blob | commitdiff | raw | diff to current |
2009-12-27 |
antirez | Version changed to 1.3.0, welcome to the new unstable |
blob | commitdiff | raw | diff to current |
2009-12-27 |
antirez | Now MULTI returns +OK as well |
blob | commitdiff | raw | diff to current |
2009-12-27 |
antirez | MULTI/EXEC first implementation |
blob | commitdiff | raw | diff to current |
2009-12-24 |
antirez | Fixed a minor bug in GETSET, now the SET part is not... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
antirez | version is now 1.1.94 |
blob | commitdiff | raw | diff to current |
2009-12-23 |
antirez | Add the command name in the unknown command error message. |
blob | commitdiff | raw | diff to current |
2009-12-22 |
antirez | ZRANGE, ZREVRANGE now support WITHSCORES options |
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 | 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 now returns +OK against non existing keys. More... |
blob | commitdiff | raw | diff to current |
2009-12-16 |
antirez | LZF compression re-enabled by default, but with INIT_HT... |
blob | commitdiff | raw | diff to current |
2009-12-16 |
antirez | lzf compression switched off by default now, with confi... |
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 | version is now 1.1.92 |
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 | Unified handling of empty queries with normal queries. |
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 | Fixed issue #121 |
blob | commitdiff | raw | diff to current |
2009-12-13 |
antirez | Changed the reply of BGSAVE and BGREWRITEAOF from ... |
blob | commitdiff | raw | diff to current |
2009-12-13 |
antirez | Set the master->slave logical client as authenticated... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
antirez | bgrewriteaof_in_progress added to INFO |
blob | commitdiff | raw | diff to current |
2009-12-11 |
antirez | some change to redis-sha1.rb utility to make it more... |
blob | commitdiff | raw | diff to current |
2009-12-10 |
antirez | a bit more verbose -ERR wrong number o arguments error... |
blob | commitdiff | raw | diff to current |
2009-12-10 |
antirez | TODO change and minor SETNX optimization |
blob | commitdiff | raw | diff to current |
2009-12-06 |
antirez | in rdbLoadDoubleValue now the buffer is nul terminated... |
blob | commitdiff | raw | diff to current |
2009-12-06 |
antirez | printf format warnings fixed by casting |
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-06 |
antirez | SETNX and MSETNX now respect the delete-on-write operat... |
blob | commitdiff | raw | diff to current |
2009-12-05 |
antirez | Fixed daemonization when using kqueue/kevent. Now the... |
blob | commitdiff | raw | diff to current |
2009-12-05 |
antirez | more HTML doc changes |
blob | commitdiff | raw | diff to current |
2009-12-05 |
antirez | use __attribute__ format in sdscatprintf() when the... |
blob | commitdiff | raw | diff to current |
2009-12-01 |
antirez | compilation problem on 64bit mac os x 10.5 possibly... |
blob | commitdiff | raw | diff to current |
2009-11-30 |
antirez | Fixed issued #85 (getDecodedObject: Assertion 1 !=... |
blob | commitdiff | raw | diff to current |
2009-11-29 |
antirez | Version chagned to 1.100, also known as the first first... |
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-29 |
antirez | SORT support for sorted sets |
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-28 |
antirez | ZRANGEBYSCORE memory leak fixed, ZRANGEBYSCORE initial... |
blob | commitdiff | raw | diff to current |
2009-11-28 |
antirez | INFO refactored. Stack trace on memory corruption now... |
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-28 |
antirez | Merge branch 'kqueue' of git://github.com/mallipeddi... |
blob | commitdiff | raw | diff to current |
2009-11-28 |
antirez | Changes to TODO list, commented a function in redis.c |
blob | commitdiff | raw | diff to current |
2009-11-26 |
antirez | zero length bulk data reading fixed in loadAppendOnlyFile() |
blob | commitdiff | raw | diff to current |
2009-11-26 |
antirez | append only file fixes |
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-24 |
antirez | DEBUG RELOAD implemented, and test-redis.tcl modified... |
blob | commitdiff | raw | diff to current |
2009-11-24 |
antirez | Redis version set to 1.07 |
blob | commitdiff | raw | diff to current |
2009-11-24 |
antirez | sorted sets saving fixed |
blob | commitdiff | raw | diff to current |
2009-11-23 |
antirez | ae.c now supports multiple polling API modules, even... |
blob | commitdiff | raw | diff to current |
2009-11-21 |
antirez | version incremented up to 1.06 |
blob | commitdiff | raw | diff to current |
2009-11-21 |
antirez | Fixed a SORT memory leak that should never happen in... |
blob | commitdiff | raw | diff to current |
2009-11-21 |
antirez | SORT GET # implemented, with a test |
blob | commitdiff | raw | diff to current |
2009-11-20 |
antirez | ZINCRBY return value fixed |
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-19 |
antirez | writev() finally uncommented again |
blob | commitdiff | raw | diff to current |
2009-11-19 |
antirez | redis-benchmark hopefully last bug with multi bulk... |
blob | commitdiff | raw | diff to current |
2009-11-19 |
antirez | Use writev(2) if glue output buffers is disabled |
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-18 |
antirez | benchmarking with different number of LRANGE elements... |
blob | commitdiff | raw | diff to current |
2009-11-17 |
antirez | support for writev implemented but currently ifdef... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
antirez | Solaris fix thanks to Alan Harder |
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 | ZSCORE fixed, now returns NULL on missing key or missin... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
antirez | LPOPPUSH renamed into RPOPLPUSH |
blob | commitdiff | raw | diff to current |
2009-11-11 |
antirez | Removed a long time warning compiling with recent GCC... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
antirez | LPUSHPOP first implementation |
blob | commitdiff | raw | diff to current |
2009-11-10 |
antirez | Tcl script, make target, and redis.c changes to build... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
antirez | Implemented a much better lazy expiring algorithm for... |
blob | commitdiff | raw | diff to current |
2009-11-04 |
root | fixed a refcounting bug with SORT ... STORE leading... |
blob | commitdiff | raw | diff to current |
2009-11-04 |
antirez | masterauth option merged, thanks to Anthony Lauzon |
blob | commitdiff | raw | diff to current |
2009-11-03 |
antirez | ZSets double to string serialization fixed |
blob | commitdiff | raw | diff to current |
2009-11-01 |
antirez | SORT STORE option |
blob | commitdiff | raw | diff to current |
2009-11-01 |
antirez | now Redis prints DB stats just after the startup withou... |
blob | commitdiff | raw | diff to current |
2009-11-01 |
antirez | another fix for append only mode, now read-only operati... |
blob | commitdiff | raw | diff to current |
2009-11-01 |
antirez | appendfsync parsing in config file fixed. If you benchm... |
blob | commitdiff | raw | diff to current |
2009-11-01 |
antirez | append only file loading fixed |
blob | commitdiff | raw | diff to current |
2009-11-01 |
antirez | first version of append only file loading -- STILL... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
antirez | Fixed Issue 83:Using TYPE on a zset results in a malfor... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
antirez | Fixed compilation on Linux |
blob | commitdiff | raw | diff to current |
2009-10-30 |
antirez | append only mode is now able to translate EXPIRE into... |
blob | commitdiff | raw | diff to current |
next |