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