2009-05-26 |
antirez | client libraries synched in git |
blob | commitdiff | raw |
2009-05-26 |
antirez | ignore gcc warning about write() return code not checke... |
blob | commitdiff | raw | diff to current |
2009-05-26 |
antirez | max bytes of a received command enlarged from 1k to 16k |
blob | commitdiff | raw | diff to current |
2009-05-25 |
antirez | maxclients implemented, see redis.conf for details |
blob | commitdiff | raw | diff to current |
2009-05-25 |
antirez | INFO command now reports replication info |
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 | Fix: no connection timeout for the master! |
blob | commitdiff | raw | diff to current |
2009-05-22 |
antirez | replication slave timeout when receiving the initial... |
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-22 |
antirez | TTL command implemented |
blob | commitdiff | raw | diff to current |
2009-05-22 |
antirez | S*STORE now return the cardinality of the resulting set |
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 | Merge git://github.com/tmm1/redis |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Aman Gupta | Allow timeout=0 config to disable client timeouts |
blob | commitdiff | raw | diff to current |
2009-05-19 |
antirez | Partial qsort implemented in SORT command, only when... |
blob | commitdiff | raw | diff to current |
2009-05-17 |
Aman Gupta | Fix SINTER/UNIONSTORE to allow for &=/|= style operatio... |
blob | commitdiff | raw | diff to current |
2009-05-17 |
Aman Gupta | Optimize SDIFF to return as soon as the result set... |
blob | commitdiff | raw | diff to current |
2009-05-17 |
antirez | SDIFF/SDIFFSTORE implemnted unifying it with the implem... |
blob | commitdiff | raw | diff to current |
2009-05-11 |
antirez | timestamp in log lines |
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-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-29 |
antirez | fixed for HT resize check 32bits overflow |
blob | commitdiff | raw | diff to current |
2009-04-29 |
antirez | Check for fork() failure in background saving |
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 | 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 |
|