summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix AOF bug: expire could be removed from key on AOF rewrite.charsyam2013-05-021-2/+3
* Sentinel: changes to tilt mode.antirez2013-04-301-15/+26
* Sentinel: more sensible delay in master demote after tilt.antirez2013-04-301-9/+11
* Lua updated to version 5.1.5.antirez2013-04-2922-136/+194
* Sentinel: only demote old master into slave under certain conditions.antirez2013-04-261-11/+46
* Sentinel: always redirect on master->slave transition.antirez2013-04-241-13/+9
* Config option to turn AOF rewrite incremental fsync on/off.antirez2013-04-245-1/+23
* AOF: sync data on disk every 32MB when rewriting.antirez2013-04-242-0/+2
* rio.c: added ability to fdatasync() from time to time while writing.antirez2013-04-242-1/+33
* Test: fix RDB test checking file permissions.antirez2013-04-231-11/+24
* Test: split conceptually unrelated comments in RDB test.antirez2013-04-221-1/+3
* Sentinel: turn old master into a slave when it comes back.antirez2013-04-191-2/+40
* More explicit panic message on out of memory.antirez2013-04-191-1/+1
* Cluster: fix clusterNode.name print format on debug message.xiaost72013-04-191-1/+1
* Redis/Jemalloc Gitignore were too aggressive.antirez2013-04-182-7/+7