| Commit message (Expand) | Author | Age | Files | Lines |
* | SMOVE command implemented | antirez | 2009-04-28 | 1 | -0/+37 |
* | less CPU usage in command parsing, case insensitive config directives | antirez | 2009-04-28 | 1 | -22/+21 |
* | GETSET implemented | antirez | 2009-04-28 | 1 | -0/+14 |
* | ability to specify a different file name for the DB | antirez | 2009-04-27 | 1 | -0/+2 |
* | log file parsing code improved a bit | antirez | 2009-04-27 | 1 | -12/+9 |
* | bgsave_in_progress field in INFO output | antirez | 2009-04-27 | 1 | -0/+2 |
* | INCRBY/DECRBY now support 64bit increments, with tests | antirez | 2009-04-27 | 1 | -3/+3 |
* | FLUSHALL/FLUSHDB no longer sync on disk. Just increment the dirty counter by ... | antirez | 2009-04-22 | 1 | -5/+7 |
* | Non blocking replication (finally!). C-side linked lists API improved. | antirez | 2009-04-20 | 1 | -93/+132 |
* | SUNION, SUNIONSTORE, Initial work on non blocking replication | antirez | 2009-04-19 | 1 | -13/+206 |
* | Redis 0.091 released | antirez | 2009-04-10 | 1 | -1/+1 |
* | SINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now not errors, but just li... | antirez | 2009-04-10 | 1 | -1/+6 |
* | Rearrange redisObject struct to reduce memory usage in 64bit environments (as... | Bob Potter | 2009-04-07 | 1 | -1/+1 |
* | 64bit fixes for usedmemory | Bob Potter | 2009-04-07 | 1 | -3/+3 |
* | RANDOMKEY issue 26 fixed, generic test + regression added | antirez | 2009-04-08 | 1 | -1/+2 |
* | Don't accept SAVE if BGSAVE is in progress | antirez | 2009-04-06 | 1 | -0/+4 |
* | persistent EXPIRE | antirez | 2009-04-03 | 1 | -6/+58 |
* | dirty increment was missing in two points. TODO updated | antirez | 2009-04-03 | 1 | -0/+5 |
* | compression/decompression of large values on disk now working | antirez | 2009-04-02 | 1 | -5/+25 |
* | disable LZF compression since it's not able to load the DB for now, the load ... | antirez | 2009-04-02 | 1 | -1/+1 |
* | Fixed issue 23 about AUTH | antirez | 2009-04-02 | 1 | -1/+1 |
* | Issue 22 fixed | antirez | 2009-04-02 | 1 | -2/+45 |
* | non-lazy expired keys purging implemented | antirez | 2009-04-01 | 1 | -3/+51 |
* | Initial implementation of EXPIRE | antirez | 2009-04-01 | 1 | -193/+247 |
* | Integer encoding implemented in dump file. Doc updated | antirez | 2009-03-28 | 1 | -8/+105 |
* | feature macros defined to play well with C99 | antirez | 2009-03-27 | 1 | -1/+3 |
* | IMPORTANT FIX: new dump format implementation was broken. Now it's ok but tes... | antirez | 2009-03-27 | 1 | -4/+7 |
* | ANSI-C compatibility changes | antirez | 2009-03-27 | 1 | -13/+24 |
* | AUTH merged from Brian Hammond fork, reworked a bit to fix minor problems | antirez | 2009-03-26 | 1 | -4/+7 |
* | Adds AUTH command. | Brian Hammond | 2009-03-25 | 1 | -0/+22 |
* | Nasty bug of the new DB format fixed, objects sharing implemented | antirez | 2009-03-25 | 1 | -31/+88 |
* | New file dump format, perl client library added | antirez | 2009-03-25 | 1 | -96/+150 |
* | New protocol fix for LREM | antirez | 2009-03-25 | 1 | -5/+10 |
* | protocol fix in SORT reply with null elements | antirez | 2009-03-24 | 1 | -1/+1 |
* | Server replies now in the new format, test-redis.tcl and redis-cli modified a... | antirez | 2009-03-24 | 1 | -99/+94 |
* | random tested mode for test-redis.tcl, minor other stuff, version switched to... | antirez | 2009-03-24 | 1 | -1/+1 |
* | Now MONITOR/SYNC cannot be issued multiple times | antirez | 2009-03-23 | 1 | -0/+6 |
* | MONITOR command implemented. | antirez | 2009-03-23 | 1 | -9/+23 |
* | Merge git://github.com/lucsky/redis | antirez | 2009-03-23 | 1 | -2/+9 |
|\ |
|
| * | Display the port on server startup. | Luc Heinrich | 2009-03-23 | 1 | -1/+1 |
| * | Allow to specify the pid file from the config file. | Luc Heinrich | 2009-03-23 | 1 | -1/+8 |
* | | another missing free->zfree replacement fixed. Thanks to Ludo | antirez | 2009-03-23 | 1 | -1/+1 |
|/ |
|
* | INFO fixed, MGET implemented, redis-cli implements INFO/MGET | antirez | 2009-03-22 | 1 | -0/+26 |
* | first commit | antirez | 2009-03-22 | 1 | -0/+3037 |