2009-10-31 |
antirez | Fixed compilation on Linux |
commit | commitdiff | tree | snapshot |
2009-10-30 |
antirez | append only mode is now able to translate EXPIRE into... |
commit | commitdiff | tree | snapshot |
2009-10-30 |
antirez | appendfsync is now set to NO by default |
commit | commitdiff | tree | snapshot |
2009-10-30 |
antirez | support for appendonly mode no, always, everysec |
commit | commitdiff | tree | snapshot |
2009-10-30 |
antirez | first fix for append only mode |
commit | commitdiff | tree | snapshot |
2009-10-30 |
antirez | Initial implementation of append-only mode. Loading... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
antirez | EXPIRE behaviour changed a bit, a negative TTL or an... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
antirez | EXPIREAT implemented, will be useful for the append... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
antirez | Fixed Issue 74 (ERR just returned on invalid password... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
antirez | Fixed issue 72 (SLAVEOF shutdowns redis-server on malfo... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
antirez | Fixed issue 77 (Incorrect time in log files) thanks... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
antirez | Fixed Issue 76 (redis-server crashes when it can't... |
commit | commitdiff | tree | snapshot |
2009-10-29 |
antirez | ZREMRANGEBYSCORE implemented. Remove a range of element... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
antirez | TODO changes and mostly theoretical minor skiplist... |
commit | commitdiff | tree | snapshot |
2009-10-28 |
antirez | ZLEN renamed ZCARD for consistency with SCARD |
commit | commitdiff | tree | snapshot |
2009-10-27 |
antirez | TODO reworked to reflect the real roadmap |
commit | commitdiff | tree | snapshot |
2009-10-27 |
antirez | Fix for 'make 32bit' |
commit | commitdiff | tree | snapshot |
2009-10-27 |
antirez | a fix for the solaris fix itself ;) |
commit | commitdiff | tree | snapshot |
2009-10-27 |
antirez | More Solaris fixes |
commit | commitdiff | tree | snapshot |
2009-10-27 |
antirez | A lot of ZSETs tests implemented, and a bug fixed thank... |
commit | commitdiff | tree | snapshot |
2009-10-27 |
antirez | zmalloc Solaris fixes thanks to Alan Harder |
commit | commitdiff | tree | snapshot |
2009-10-27 |
antirez | ZSCORE implemented |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | fix for ZRANGEBYSCORE |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | ZRANGEBYSCORE implemented. Redis got range queries! |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | A trivial change makes the new implementation O(log... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | ZSET now saved on disk like any other type |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | double serialization routines implemented |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | ZSETs random fixes. Now the implementation appears... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | another leak fixed. Can't find more for now, but still... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | ZSETs memory leak #1 solved, another one missing |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | Fix for skiplists backward link |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | Merged Solaris patches provided by Alan Harder |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | backward support to skiplists for ZREVRANGE, still... |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2009-10-26 |
antirez | ZREM implemented |
commit | commitdiff | tree | snapshot |
2009-10-23 |
antirez | fix for ZADD in score update mode |
commit | commitdiff | tree | snapshot |
2009-10-23 |
antirez | some work on ZADD against existing element (score updat... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
antirez | zrange now starts to work. zadd still does not support... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
antirez | zrange initial hack (not working for now) |
commit | commitdiff | tree | snapshot |
2009-10-23 |
antirez | first skiplist fix, courtesy of valgrind |
commit | commitdiff | tree | snapshot |
2009-10-23 |
antirez | zset symbols added to stack trace code. ZSets will... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
antirez | more work on ZSETs and a new make target called 32bit... |
commit | commitdiff | tree | snapshot |
2009-10-23 |
antirez | initial skiplist implementation. Most memory checks... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
antirez | Fixed compilation in mac os x snow leopard when compili... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
antirez | version incremented to 1.050 to distinguish from 1... |
commit | commitdiff | tree | snapshot |
2009-10-21 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2009-10-21 |
antirez | SRANDMEMBER added |
commit | commitdiff | tree | snapshot |
2009-10-20 |
antirez | Imporant bug leading to data corruption fixed (NOT... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
antirez | added multi-bulk protocol support to redis-cli and... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
antirez | MSET fixed, was not able to replace keys already set... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
antirez | some dead code removed |
commit | commitdiff | tree | snapshot |
2009-10-16 |
antirez | multi bulk input protocol fixed |
commit | commitdiff | tree | snapshot |
2009-10-16 |
antirez | MSET and MSETNX commands implemented |
commit | commitdiff | tree | snapshot |
2009-10-07 |
antirez | undoed all the sds hacking that lead just to random... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
antirez | initial multi-bulk query protocol, this will allow... |
commit | commitdiff | tree | snapshot |
2009-10-03 |
antirez | benchmark now outputs the right command line to shorten... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
antirez | Issue 69 fixed. Object integer encoding now works with... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
antirez | LREM fixed, used to crash since the new object integer... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
antirez | maxmemory didn't worked in 64 systems for values >... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
antirez | incremented version number to 1.001, AKA Redis edge... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
antirez | in-memory specialized object encoding (for now 32 signe... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
antirez | Latest doc changes for 1.0 |
commit | commitdiff | tree | snapshot |
2009-09-03 |
antirez | Redis 1.0.0 release |
commit | commitdiff | tree | snapshot |
2009-09-02 |
antirez | Redis version pushed to 1.0 |
commit | commitdiff | tree | snapshot |
2009-09-02 |
antirez | Ruby client lib updated to the latest git version |
commit | commitdiff | tree | snapshot |
2009-09-02 |
antirez | update-scala-client script added |
commit | commitdiff | tree | snapshot |
2009-09-02 |
antirez | Scala client added thanks to Alejanro Crosa |
commit | commitdiff | tree | snapshot |
2009-09-02 |
antirez | QuickStart added |
commit | commitdiff | tree | snapshot |
2009-09-01 |
antirez | Fixed crash with only space and newline as command... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
antirez | TODO list modified |
commit | commitdiff | tree | snapshot |
2009-07-24 |
antirez | more snow leopard related fixes (for 32bit systems) |
commit | commitdiff | tree | snapshot |
2009-07-24 |
antirez | fixed compilation with Snow Leopard, thanks to Lon... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
antirez | Fixed NetBSD compile problems |
commit | commitdiff | tree | snapshot |
2009-07-17 |
antirez | now the size of the shared pool can be really modified... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
antirez | added utils/redis-copy.rb, a script that is able to... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
antirez | Applied three different patches thanks to Chris Lamb... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
antirez | bugfix: EXPIRE now propagates to the Slave. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
antirez | Redis version modified to 0.900 |
commit | commitdiff | tree | snapshot |
2009-06-16 |
antirez | update-ruby-client script already points to ezmobius... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
antirez | client libraries updated |
commit | commitdiff | tree | snapshot |
2009-06-16 |
antirez | Redis release candidate 1 |
commit | commitdiff | tree | snapshot |
2009-06-16 |
antirez | Better handling of background saving process killed... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
antirez | number of keys info in INFO command thanks to Diego... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
antirez | SPOP documented |
commit | commitdiff | tree | snapshot |
2009-06-14 |
antirez | Clojure library thanks to Ragnar Dahlén |
commit | commitdiff | tree | snapshot |
2009-06-10 |
antirez | It is now possible to specify - as config file name... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
antirez | sync with jodosha redis-rb |
commit | commitdiff | tree | snapshot |
2009-06-09 |
antirez | Redis-rb sync |
commit | commitdiff | tree | snapshot |
2009-06-09 |
antirez | max inline request raised again to 1024*1024*256 bytes |
commit | commitdiff | tree | snapshot |
2009-06-09 |
antirez | max bytes in an inline command raised to 1024*1024... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
antirez | SPOP implemented. Hash table resizing for Sets and... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
antirez | some minor changes to the backtrace code |
commit | commitdiff | tree | snapshot |
2009-06-07 |
antirez | enable backtrace capabilities only for Linux and MacOSX |
commit | commitdiff | tree | snapshot |
2009-06-07 |
antirez | Dump a backtrace on sigsegv/sigbus, original coded... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
antirez | Merge git://github.com/dierbro/redis |
commit | commitdiff | tree | snapshot |
2009-06-06 |
hrothgar | add more output |
commit | commitdiff | tree | snapshot |
2009-06-06 |
hrothgar | store static function pointer for a useful stack trace |
commit | commitdiff | tree | snapshot |
2009-06-06 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2009-06-06 |
antirez | Makefile dependencies updated |
commit | commitdiff | tree | snapshot |
2009-06-05 |
antirez | Avoid a busy loop while sending very large replies... |
commit | commitdiff | tree | snapshot |
next |