1. 16 May, 2018 1 commit
  2. 15 May, 2018 1 commit
  3. 11 May, 2018 2 commits
    • antirez's avatar
      ZPOP: change sync ZPOP to have a count argument instead of N keys. · 56bbab23
      antirez authored
      Usually blocking operations make a lot of sense with multiple keys so
      that we can listen to multiple queues (or whatever the app models) with
      a single connection. However in the synchronous case it is more useful
      to be able to ask for N elements. This is a change that I also wanted to
      perform soon or later in the blocking list variant, but here it is more
      natural since there is no reply type difference.
      56bbab23
    • antirez's avatar
      ZPOP: renaming to have explicit MIN/MAX score idea. · 6efb6c1e
      antirez authored
      This commit also adds a top comment about a subtle behavior of mixing
      blocking operations of different types in the same key.
      6efb6c1e
  4. 09 May, 2018 2 commits
  5. 29 Apr, 2018 1 commit
  6. 19 Apr, 2018 2 commits
  7. 18 Apr, 2018 1 commit
  8. 17 Apr, 2018 2 commits
  9. 13 Apr, 2018 3 commits
  10. 12 Apr, 2018 2 commits
  11. 11 Apr, 2018 3 commits
  12. 09 Apr, 2018 5 commits
  13. 05 Apr, 2018 1 commit
  14. 01 Apr, 2018 2 commits
  15. 31 Mar, 2018 3 commits
  16. 30 Mar, 2018 9 commits