1. 05 May, 2021 1 commit
  2. 04 May, 2021 2 commits
  3. 03 May, 2021 6 commits
  4. 02 May, 2021 1 commit
  5. 29 Apr, 2021 2 commits
  6. 28 Apr, 2021 3 commits
    • Binbin's avatar
      redis-benchmark: Add zfree(data) and fix lrange size / text mismatch (#8872) · 1eff8564
      Binbin authored
      missing zfree(data) in redis-benchmark.
      
      And also correct the wrong size in lrange.
      the text mentioned 500, but size was 450, changed to 500
      1eff8564
    • Binbin's avatar
      redis-cli: Do not use hostsocket when we got redirected in cluster mode (#8870) · 416f2773
      Binbin authored
      When redis-cli was used with both -c (cluster) and -s (unix socket),
      it would have kept trying to use that unix socket, even if it got
      redirected by the cluster (resulting in an infinite loop).
      416f2773
    • filipe oliveira's avatar
      redis-benchmark: Error/Warning handling updates. (#8869) · ef6f9023
      filipe oliveira authored
      - Immediately exit on errors that are not related to topology updates.
      - Deprecates the `-e` option ( retro compatible ) and warns that we now
        exit immediately on errors that are not related to topology updates.
      - Fixed wrongfully failing on config fetch error (warning only). This only affects RE.
      
      Bottom line:
      - MOVED and ASK errors will not show any warning (unlike the throttled error with `-e` before).
      - CLUSTERDOWN still prints an error unconditionally and sleeps for 1 second.
      - other errors are fatal.
      ef6f9023
  7. 27 Apr, 2021 5 commits
  8. 26 Apr, 2021 7 commits
  9. 25 Apr, 2021 7 commits
  10. 24 Apr, 2021 2 commits
  11. 22 Apr, 2021 2 commits
  12. 21 Apr, 2021 2 commits