1. 12 Sep, 2016 1 commit
  2. 09 Sep, 2016 9 commits
  3. 08 Sep, 2016 1 commit
  4. 07 Sep, 2016 6 commits
  5. 01 Sep, 2016 2 commits
  6. 24 Aug, 2016 2 commits
  7. 11 Aug, 2016 3 commits
  8. 09 Aug, 2016 2 commits
  9. 05 Aug, 2016 1 commit
  10. 04 Aug, 2016 2 commits
  11. 03 Aug, 2016 5 commits
  12. 02 Aug, 2016 3 commits
  13. 29 Jul, 2016 1 commit
  14. 28 Jul, 2016 1 commit
  15. 27 Jul, 2016 1 commit
    • antirez's avatar
      Ability of slave to announce arbitrary ip/port to master. · 55385f99
      antirez authored
      This feature is useful, especially in deployments using Sentinel in
      order to setup Redis HA, where the slave is executed with NAT or port
      forwarding, so that the auto-detected port/ip addresses, as listed in
      the "INFO replication" output of the master, or as provided by the
      "ROLE" command, don't match the real addresses at which the slave is
      reachable for connections.
      55385f99