summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MINREPLICAS work in progress.ackantirez2013-05-282-0/+42
* A comment about BLPOP timeout did not reflected actual behavior.antirez2013-05-271-1/+3
* redis.conf updated: repl-timeout now uesd by masters as well.antirez2013-05-271-2/+5
* Close connection with timedout slaves.antirez2013-05-271-0/+27
* Send ACK to master once every second.antirez2013-05-271-0/+4
* Don't ACK the master after every command.antirez2013-05-272-9/+17
* Make sure that REPLCONF ACK really has no return value.antirez2013-05-251-0/+1
* Replication: send REPLCONF ACK to master.antirez2013-05-253-3/+15
* REPLCONF ACK command.antirez2013-05-253-0/+17
* Fixed a bug in no queueing replies to master.antirez2013-05-251-1/+2
* Replication: don't even queue replies to master commands.antirez2013-05-241-17/+7
* Top comment for prepareClientToWrite() clarified.antirez2013-05-241-2/+2
* Don't stop reading redis.conf if line has no args.antirez2013-05-181-1/+1
* Merge branch 'config-rewrite' into unstableantirez2013-05-155-69/+781
|\
| * Use memtoll() when parsing the backlog-size option.config-rewriteantirez2013-05-151-1/+1
| * CONFIG REWRITE: backlog size is a bytes option.antirez2013-05-151-1/+1
| * CONFIG REWRITE: bindaddr -> bind.antirez2013-05-151-1/+1
| * CONFIG REWRITE: when rewriting amount of bytes use GB, MB, KB if possible.antirez2013-05-151-7/+31
| * CONFIG REWRITE: correctly escape the notify-keyspace-events option.antirez2013-05-151-1/+3
| * CONFIG REWRITE: "active-rehashing" -> "activerehashing".antirez2013-05-151-1/+1
| * CONFIG REWRITE: fixed typo in AOF fsync policy.antirez2013-05-151-1/+1
| * CONFIG REWRITE: repl-disable-tcp-nodelay is a boolean option.antirez2013-05-151-1/+1
| * Test default config modified to set logfile to empty string.antirez2013-05-151-1/+1
| * Added a define for most configuration defaults.antirez2013-05-154-55/+73
| * CONFIG REWRITE: Use sane perms when creating redis.conf from scratch.antirez2013-05-141-1/+1
| * CONFIG REWRITE: actually rewrite the config file, atomically.antirez2013-05-141-3/+63
| * CONFIG REWRITE: remove orphaned lines.antirez2013-05-141-1/+43
| * CONFIG REWRITE: strip multiple empty lines.antirez2013-05-141-1/+10
| * CONFIG REWRITE: support for client-output-buffer-limit.antirez2013-05-133-11/+50
| * CONFIG REWRITE: support for dir and slaveof.antirez2013-05-131-0/+12
| * CONFIG REWRITE: support for save and syslog-facility.antirez2013-05-131-15/+40
| * CONFIG REWRITE: Initial support code and design.antirez2013-05-133-4/+428
| * Obtain absoute path of configuration file, expose it in INFO.antirez2013-05-092-2/+59
* | redis-cli: help.h updated.antirez2013-05-141-3/+13
|/
* Test: more PSYNC tests (backlog TTL).antirez2013-05-091-11/+37
* Version bumped to 2.9.10antirez2013-05-081-1/+1
* Test: check that replication partial sync works if we break the link.antirez2013-05-082-0/+80
* Test: various issues with the replication-4.tcl test fixed.antirez2013-05-081-7/+8
* Revert "use long long instead of size_t make it more safe"antirez2013-05-082-3/+3
* Merge pull request #1093 from july2993/unstableSalvatore Sanfilippo2013-05-082-3/+3
|\
| * use long long instead of size_t make it more safeJiahao Huang2013-05-072-3/+3
| * in 32bit machine, popcount don't work with a input string length up to 512 MB,Jiahao Huang2013-05-072-3/+3
* | Added more info about 32 bit builds into README.antirez2013-05-081-3/+14
|/
* Cluster: link reconnection on delayed PONG reply.antirez2013-05-032-3/+4
* Cluster: restore PING sent time on reconnections.antirez2013-05-031-0/+8
* Cluster: PING/PONG handling redesigned.antirez2013-05-031-40/+61
* Cluster: process config from PING packets as we do for PONG.antirez2013-05-031-10/+15
* Cluster: createClusterLink() comment fixed for grammar.antirez2013-05-031-1/+1
* CONFIG SET server.masterauth aesthetic change.antirez2013-05-021-5/+1
* Reset masterauth if an empty string is configured.Michel Martens2013-05-021-1/+5