1. 22 Feb, 2021 1 commit
    • Viktor Söderqvist's avatar
      RM_ZsetRem: Delete key if empty (#8453) · e461f599
      Viktor Söderqvist authored
      Without this fix, RM_ZsetRem can leave empty sorted sets which are
      not allowed to exist.
      
      Removing from a sorted set while iterating seems to work (while
      inserting causes failed assetions). RM_ZsetRangeEndReached is
      modified to return 1 if the key doesn't exist, to terminate
      iteration when the last element has been removed.
      
      (cherry picked from commit aea6e71e)
      e461f599
  2. 27 Oct, 2020 3 commits
  3. 05 Mar, 2020 3 commits
  4. 19 Nov, 2019 1 commit
  5. 14 Nov, 2019 9 commits
  6. 31 Oct, 2019 1 commit
    • antirez's avatar
      Modules: fix thread safe context creation crash. · 62588dbf
      antirez authored
      See #6525, this likely creates a NULL deference if the client was
      terminated by Redis between the creation of the blocked client and the
      creation of the thread safe context.
      62588dbf
  7. 25 Sep, 2019 1 commit
  8. 05 Sep, 2019 2 commits
  9. 07 Jul, 2019 3 commits
  10. 13 May, 2019 10 commits
  11. 10 May, 2019 1 commit
  12. 10 Apr, 2019 2 commits
  13. 14 Mar, 2019 3 commits