2009-11-10 |
antirez | Minor TODO change with new expiring algorithm descripti... |
blob | commitdiff | raw |
2009-11-03 |
antirez | ZSets double to string serialization fixed |
blob | commitdiff | raw | diff to current |
2009-11-01 |
antirez | TODO updated again |
blob | commitdiff | raw | diff to current |
2009-11-01 |
antirez | TODO updated |
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 | Fixed Issue 76 (redis-server crashes when it can't... |
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-27 |
antirez | TODO reworked to reflect the real roadmap |
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 | TODO updated |
blob | commitdiff | raw | diff to current |
2009-10-26 |
antirez | ZREM implemented |
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-21 |
antirez | TODO updated |
blob | commitdiff | raw | diff to current |
2009-10-16 |
antirez | MSET and MSETNX commands implemented |
blob | commitdiff | raw | diff to current |
2009-09-03 |
antirez | Latest doc changes for 1.0 |
blob | commitdiff | raw | diff to current |
2009-08-11 |
antirez | TODO list modified |
blob | commitdiff | raw | diff to current |
2009-06-16 |
antirez | Redis release candidate 1 |
blob | commitdiff | raw | diff to current |
2009-06-16 |
antirez | Better handling of background saving process killed... |
blob | commitdiff | raw | diff to current |
2009-06-14 |
antirez | number of keys info in INFO command thanks to Diego... |
blob | commitdiff | raw | diff to current |
2009-06-09 |
antirez | max bytes in an inline command raised to 1024*1024... |
blob | commitdiff | raw | diff to current |
2009-06-07 |
antirez | Dump a backtrace on sigsegv/sigbus, original coded... |
blob | commitdiff | raw | diff to current |
2009-06-06 |
antirez | Merge git://github.com/dierbro/redis |
blob | commitdiff | raw | diff to current |
2009-06-06 |
antirez | TODO updated |
blob | commitdiff | raw | diff to current |
2009-06-05 |
antirez | added config.h for #ifdef business isolation, added... |
blob | commitdiff | raw | diff to current |
2009-06-04 |
antirez | macosx specific zmalloc.c, uses malloc_size function... |
blob | commitdiff | raw | diff to current |
2009-06-03 |
antirez | shareobjectspoolsize implemented in reds.conf, in order... |
blob | commitdiff | raw | diff to current |
2009-05-25 |
antirez | RubyRedis: set TCP_NODELAY TCP socket option to to... |
blob | commitdiff | raw | diff to current |
2009-05-25 |
antirez | INFO command now reports replication info |
blob | commitdiff | raw | diff to current |
2009-05-25 |
antirez | minor fix to RubyRedis about bulk commands sent without... |
blob | commitdiff | raw | diff to current |
2009-05-24 |
antirez | Warns if using the default config |
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 | critical bug about glueoutputbuffers=yes fixed. Under... |
blob | commitdiff | raw | diff to current |
2009-05-21 |
antirez | command postprocessing implemented into RubyRedis |
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-19 |
antirez | psort.c/h added. This is a partial qsort implementation... |
blob | commitdiff | raw | diff to current |
2009-05-11 |
antirez | Python client updated pushing from Ludo's repository |
blob | commitdiff | raw | diff to current |
2009-05-10 |
antirez | minor doc changes |
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-05-09 |
antirez | CPP client added thanks to Brian Hammond |
blob | commitdiff | raw | diff to current |
2009-05-06 |
antirez | Infinite number of arguments for MGET and all the other... |
blob | commitdiff | raw | diff to current |
2009-05-04 |
antirez | Warns if /proc/sys/vm/overcommit_memory is set to 0... |
blob | commitdiff | raw | diff to current |
2009-04-30 |
antirez | dict.c modified to be able to handle more than 150... |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | fix for the LZF off-by-one bug added |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | print bytes used at exit on SHUTDOWN |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | SMOVE command implemented |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | GETSET command doc added |
blob | commitdiff | raw | diff to current |
2009-04-27 |
antirez | ability to specify a different file name for the DB |
blob | commitdiff | raw | diff to current |
2009-04-27 |
antirez | log file parsing code improved a bit |
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-20 |
antirez | doc update |
blob | commitdiff | raw | diff to current |
2009-04-20 |
antirez | Non blocking replication (finally!). C-side linked... |
blob | commitdiff | raw | diff to current |
2009-04-10 |
antirez | SINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now... |
blob | commitdiff | raw | diff to current |
2009-04-09 |
antirez | doc changes |
blob | commitdiff | raw | diff to current |
2009-04-08 |
antirez | TODO changes, minor change to default redis.conf |
blob | commitdiff | raw | diff to current |
2009-04-06 |
antirez | Don't accept SAVE if BGSAVE is in progress |
blob | commitdiff | raw | diff to current |
2009-04-03 |
antirez | dirty increment was missing in two points. TODO updated |
blob | commitdiff | raw | diff to current |
2009-04-02 |
antirez | Issue 22 fixed |
blob | commitdiff | raw | diff to current |
2009-04-01 |
antirez | Initial implementation of EXPIRE |
blob | commitdiff | raw | diff to current |
2009-03-30 |
antirez | TODO updated |
blob | commitdiff | raw | diff to current |
2009-03-28 |
antirez | Integer encoding implemented in dump file. Doc updated |
blob | commitdiff | raw | diff to current |
2009-03-26 |
antirez | AUTH merged from Brian Hammond fork, reworked a bit... |
blob | commitdiff | raw | diff to current |
2009-03-25 |
antirez | Nasty bug of the new DB format fixed, objects sharing... |
blob | commitdiff | raw | diff to current |
2009-03-25 |
antirez | New file dump format, perl client library added |
blob | commitdiff | raw | diff to current |
2009-03-24 |
Ludovico Magnocavallo | git mess :) |
blob | commitdiff | raw | diff to current |
2009-03-23 |
antirez | random tested mode for test-redis.tcl, minor other... |
blob | commitdiff | raw | diff to current |
2009-03-23 |
antirez | Now MONITOR/SYNC cannot be issued multiple times |
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 |
antirez | another missing free->zfree replacement fixed. Thanks... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
antirez | first commit |
blob | commitdiff | raw | diff to current |
|