1. 05 May, 2020 1 commit
  2. 04 May, 2020 1 commit
  3. 22 Jul, 2019 1 commit
  4. 05 Jun, 2019 1 commit
  5. 26 Apr, 2019 2 commits
  6. 24 Apr, 2019 1 commit
  7. 08 Apr, 2019 1 commit
  8. 13 Mar, 2019 1 commit
  9. 12 Mar, 2019 1 commit
  10. 08 Mar, 2019 1 commit
  11. 07 Mar, 2019 2 commits
  12. 01 Mar, 2019 12 commits
  13. 26 Feb, 2019 1 commit
  14. 18 Feb, 2019 1 commit
  15. 14 Feb, 2019 1 commit
  16. 13 Feb, 2019 2 commits
  17. 03 Jan, 2018 1 commit
  18. 25 Jul, 2017 1 commit
  19. 19 Jun, 2017 1 commit
  20. 11 Nov, 2016 1 commit
  21. 12 Jul, 2016 1 commit
  22. 27 Jul, 2015 1 commit
  23. 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
  24. 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
  25. 02 Jan, 2015 1 commit
  26. 11 Dec, 2014 1 commit