1. 05 Jan, 2022 1 commit
  2. 22 May, 2020 1 commit
    • Michael Grunder's avatar
      Allow users to replace allocator and handle OOM everywhere. (#800) · 8e0264cf
      Michael Grunder authored
      * Adds an indirection to every allocation/deallocation to allow users to 
        plug in ones of their choosing (use custom functions, jemalloc, etc).
      
      * Gracefully handle OOM everywhere in hiredis.  This should make it possible
        for users of the library to have more flexibility in how they handle such situations.
      
      * Changes `redisReaderTask->elements` from an `int` to a `long long` to prevent
        a possible overflow when transferring the task elements into a `redisReply`.
      
      * Adds a configurable `max elements` member to `redisReader` that defaults to
        2^32 - 1.  This can be set to "unlimited" by setting the value to zero.
      8e0264cf
  3. 28 Jan, 2020 1 commit
  4. 20 Feb, 2019 6 commits
  5. 28 Mar, 2017 1 commit
    • zfz's avatar
      Update libevent.h · 515228e5
      zfz authored
      event_del can not free the "e->rev" and "e->wev",that will leak when reconnect the redis
      515228e5
  6. 20 May, 2016 1 commit
  7. 09 Apr, 2014 1 commit
  8. 27 Jun, 2011 1 commit
  9. 21 Apr, 2011 1 commit
  10. 29 Dec, 2010 1 commit
  11. 01 Dec, 2010 1 commit
  12. 22 Nov, 2010 1 commit
  13. 01 Nov, 2010 2 commits
  14. 19 Oct, 2010 3 commits
  15. 11 Oct, 2010 2 commits
  16. 10 Oct, 2010 1 commit
  17. 07 Oct, 2010 1 commit
  18. 06 Oct, 2010 2 commits
  19. 25 Sep, 2010 1 commit