2009-12-10 |
antirez | a bit more verbose -ERR wrong number o arguments error... |
blob | commitdiff | raw |
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 |
2009-10-30 |
antirez | appendfsync is now set to NO by default |
blob | commitdiff | raw | diff to current |
2009-10-30 |
antirez | support for appendonly mode no, always, everysec |
blob | commitdiff | raw | diff to current |
2009-10-30 |
antirez | first fix for append only mode |
blob | commitdiff | raw | diff to current |
2009-10-30 |
antirez | Initial implementation of append-only mode. Loading... |
blob | commitdiff | raw | diff to current |
2009-10-29 |
antirez | EXPIRE behaviour changed a bit, a negative TTL or an... |
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 | Fixed Issue 74 (ERR just returned on invalid password... |
blob | commitdiff | raw | diff to current |
2009-10-29 |
antirez | Fixed issue 72 (SLAVEOF shutdowns redis-server on malfo... |
blob | commitdiff | raw | diff to current |
2009-10-29 |
antirez | Fixed issue 77 (Incorrect time in log files) thanks... |
blob | commitdiff | raw | diff to current |
2009-10-29 |
antirez | Fixed Issue 76 (redis-server crashes when it can't... |
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 | TODO changes and mostly theoretical minor skiplist... |
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 | a fix for the solaris fix itself ;) |
blob | commitdiff | raw | diff to current |
2009-10-27 |
antirez | More Solaris fixes |
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-27 |
antirez | ZSCORE implemented |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | fix for ZRANGEBYSCORE |
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 | A trivial change makes the new implementation O(log... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | ZSET now saved on disk like any other type |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | double serialization routines implemented |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | ZSETs random fixes. Now the implementation appears... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | another leak fixed. Can't find more for now, but still... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | ZSETs memory leak #1 solved, another one missing |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | Fix for skiplists backward link |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | Merged Solaris patches provided by Alan Harder |
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 | fix for ZADD in score update mode |
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 now starts to work. zadd still does not support... |
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 | first skiplist fix, courtesy of valgrind |
blob | commitdiff | raw | diff to current |
2009-10-23 |
antirez | zset symbols added to stack trace code. ZSets will... |
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-23 |
antirez | initial skiplist implementation. Most memory checks... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
antirez | Fixed compilation in mac os x snow leopard when compili... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
antirez | version incremented to 1.050 to distinguish from 1... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
antirez | SRANDMEMBER added |
blob | commitdiff | raw | diff to current |
next |