1. 31 10月, 2014 2 次提交
    • M
      Fix redis-trib.rb IP:Port disassembly for IPv6 · bb0ff49e
      Matt Stancliff 提交于
      IP format is now any of:
        - 127.0.0.1:6379
        - ::1:6379
      bb0ff49e
    • M
      Networking: add more outbound IP binding fixes · f1a6f780
      Matt Stancliff 提交于
      Same as the original bind fixes (we just missed these the
      first time around).
      
      This helps Redis not automatically send
      connections from the first IP on an interface if we are bound
      to a specific IP address (e.g. with multiple IP aliases on one
      interface, you want to send from _your_ IP, not from the first IP
      on the interface).
      f1a6f780
  2. 30 10月, 2014 1 次提交
  3. 29 10月, 2014 37 次提交