1. 21 Nov, 2013 32 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 4 commits