1. 22 May, 2020 2 commits
  2. 09 May, 2020 1 commit
  3. 08 May, 2020 1 commit
  4. 22 Jul, 2019 1 commit
  5. 05 Jun, 2019 1 commit
  6. 26 Apr, 2019 2 commits
  7. 24 Apr, 2019 1 commit
  8. 08 Apr, 2019 1 commit
  9. 13 Mar, 2019 1 commit
  10. 12 Mar, 2019 1 commit
  11. 08 Mar, 2019 1 commit
  12. 07 Mar, 2019 2 commits
  13. 01 Mar, 2019 12 commits
  14. 26 Feb, 2019 1 commit
  15. 18 Feb, 2019 1 commit
  16. 14 Feb, 2019 1 commit
  17. 13 Feb, 2019 2 commits
  18. 03 Jan, 2018 1 commit
  19. 25 Jul, 2017 1 commit
  20. 19 Jun, 2017 1 commit
  21. 11 Nov, 2016 1 commit
  22. 12 Jul, 2016 1 commit
  23. 27 Jul, 2015 1 commit
  24. 14 Jul, 2015 1 commit
    • antirez's avatar
      Fix redis-benchmark sds binding. · 056a0ca1
      antirez authored
      Same as redis-cli, now redis-benchmark requires to use hiredis sds copy
      since it is different compared to the memory optimized fork of Redis
      sds.
      056a0ca1
  25. 19 Jan, 2015 1 commit
    • Matt Stancliff's avatar
      Improve networking type correctness · 53c082ec
      Matt Stancliff authored
      read() and write() return ssize_t (signed long), not int.
      
      For other offsets, we can use the unsigned size_t type instead
      of a signed offset (since our replication offsets and buffer
      positions are never negative).
      53c082ec