Commit History

Author SHA1 Message Date
  antirez 7ea331d601 THP detection for LATENCY DOCTOR. 10 years ago
  antirez 110f0464e0 Check THP support at startup and warn about it. 10 years ago
  antirez 3ef0876b95 THP detection / reporting functions added. 10 years ago
  antirez bb7fea0d5c Diskless SYNC: fix RDB EOF detection. 10 years ago
  antirez f5c6ebbfe3 Disconnect timedout slave: regression introduced with diskless repl. 10 years ago
  Salvatore Sanfilippo 5a526c22cc Merge pull request #2096 from mattsta/cluster-ipv6 10 years ago
  Salvatore Sanfilippo a076743079 Merge pull request #2110 from mattsta/more-outbound-bind-fixes 10 years ago
  Salvatore Sanfilippo 2c42b645bc Merge pull request #2078 from mattsta/hiredis-sigpipe 10 years ago
  Matt Stancliff 0014966c1e Networking: add more outbound IP binding fixes 10 years ago
  Matt Stancliff daca1edb6e Parse cluster state file in IPv6 compatible way 10 years ago
  Matt Stancliff bbf1af2da3 Fix redis-trib.rb IP:Port disassembly for IPv6 10 years ago
  Matt Stancliff e10c5444e7 redis-cli: ignore SIGPIPE network errors 10 years ago
  antirez 6fbaeddf3f Merge branch 'memsync' into unstable 10 years ago
  antirez 9ec22d9223 Diskless replication: missing listRewind() added. 10 years ago
  antirez 4b8f4b90b9 Log slave ip:port in more log messages. 10 years ago
  antirez 775cc30a98 Use new slave name function for diskless repl reporting. 10 years ago
  antirez 8a416ca46e Added a function to get slave name for logs. 10 years ago
  antirez a27befc495 Diskless replication: log BGSAVE delay only when it is non-zero. 10 years ago
  antirez 3b9a97984a Document repl-diskless-sync-delay in redis.conf. 10 years ago
  antirez 707352439c Diskless sync delay is now configurable. 10 years ago
  antirez c4dbc7cdec Remove duplicated log message about starting BGSAVE. 10 years ago
  antirez 18de5395b2 Diskless replication documented inside example redis.conf. 10 years ago
  antirez d6797d34c0 Diskless replication tested with the multiple slaves consistency test. 10 years ago
  antirez ebb3bd53c2 Diskless replication: child -> parent communication improved. 10 years ago
  antirez b50e3215d2 Translate rio fdset target EWOULDBLOCK error into ETIMEDOUT. 10 years ago
  antirez d4f6a1711d Diskless replication: set / reset socket send timeout. 10 years ago
  antirez 2309f15d89 anet.c: new API anetSendTimeout(). 10 years ago
  antirez 456003af25 Diskless replication: less debugging printfs around. 10 years ago
  antirez fd112f52dc rio.c fdset write() method fixed: wrong type for return value. 10 years ago
  antirez 525c488f63 rio fdset target: handle short writes. 10 years ago