1. 29 Dec, 2019 1 commit
    • antirez's avatar
      Inline protocol: handle empty strings well. · 5521910d
      antirez authored
      This bug is from the first version of Redis. Probably the problem here
      is that before we used an SDS split function that created empty strings
      for additional spaces, like in "SET    foo          bar".
      AFAIK later we replaced it with the curretn sdssplitarg() API that has
      no such a problem. As a result, we introduced a bug, where it is no
      longer possible to do something like:
      
          SET foo ""
      
      Using the inline protocol. Now it is fixed.
      5521910d
  2. 20 Dec, 2019 1 commit
  3. 19 Dec, 2019 3 commits
  4. 18 Dec, 2019 8 commits
  5. 17 Dec, 2019 13 commits
  6. 16 Dec, 2019 4 commits
  7. 13 Dec, 2019 1 commit
  8. 12 Dec, 2019 9 commits