1. 21 Nov, 2013 29 commits
  2. 06 Nov, 2013 3 commits
  3. 24 Jul, 2013 1 commit
    • antirez's avatar
      sdsrange() does not need to return a value. · f899ab55
      antirez authored
      Actaully the string is modified in-place and a reallocation is never
      needed, so there is no need to return the new sds string pointer as
      return value of the function, that is now just "void".
      f899ab55
  4. 11 Jul, 2013 6 commits
  5. 20 Jun, 2013 1 commit
    • antirez's avatar
      Sentinel: parse new INFO replication output correctly. · 9af8125c
      antirez authored
      Sentinel was not able to detect slaves when connected to a very recent
      version of Redis master since a previos non-backward compatible change
      to INFO broken the parsing of the slaves ip:port INFO output.
      
      This fixes issue #1164
      9af8125c