2009-04-28 |
antirez | fix for the LZF off-by-one bug added |
blob | commitdiff | raw |
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 | less CPU usage in command parsing, case insensitive... |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | GETSET implemented |
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 | bgsave_in_progress field in INFO output |
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-21 |
antirez | FLUSHALL/FLUSHDB no longer sync on disk. Just increment... |
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-19 |
antirez | SUNION, SUNIONSTORE, Initial work on non blocking repli... |
blob | commitdiff | raw | diff to current |
2009-04-10 |
antirez | Redis 0.091 released |
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-08 |
antirez | Merge git://github.com/ludoo/redis |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Bob Potter | Rearrange redisObject struct to reduce memory usage... |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Bob Potter | 64bit fixes for usedmemory |
blob | commitdiff | raw | diff to current |
2009-04-07 |
antirez | RANDOMKEY issue 26 fixed, generic test + regression... |
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 | persistent EXPIRE |
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 | compression/decompression of large values on disk now... |
blob | commitdiff | raw | diff to current |
2009-04-02 |
antirez | disable LZF compression since it's not able to load... |
blob | commitdiff | raw | diff to current |
2009-04-02 |
antirez | Fixed issue 23 about AUTH |
blob | commitdiff | raw | diff to current |
2009-04-02 |
antirez | Issue 22 fixed |
blob | commitdiff | raw | diff to current |
2009-04-01 |
antirez | non-lazy expired keys purging implemented |
blob | commitdiff | raw | diff to current |
2009-04-01 |
antirez | Initial implementation of EXPIRE |
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-27 |
antirez | feature macros defined to play well with C99 |
blob | commitdiff | raw | diff to current |
2009-03-27 |
antirez | IMPORTANT FIX: new dump format implementation was broke... |
blob | commitdiff | raw | diff to current |
2009-03-27 |
antirez | ANSI-C compatibility changes |
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-26 |
Brian Hammond | Adds AUTH command. |
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 |
antirez | New protocol fix for LREM |
blob | commitdiff | raw | diff to current |
2009-03-24 |
Ludovico Magnocavallo | git mess :) |
blob | commitdiff | raw | diff to current |
2009-03-24 |
antirez | protocol fix in SORT reply with null elements |
blob | commitdiff | raw | diff to current |
2009-03-24 |
antirez | Server replies now in the new format, test-redis.tcl... |
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 | MONITOR command implemented. |
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-23 |
Luc Heinrich | Display the port on server startup. |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Luc Heinrich | Allow to specify the pid file from the config file. |
blob | commitdiff | raw | diff to current |
2009-03-22 |
antirez | INFO fixed, MGET implemented, redis-cli implements... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
antirez | first commit |
blob | commitdiff | raw | diff to current |
|