- 18 Nov, 2021 1 commit
-
-
Björn Svensson authored
A warning in `redisLibevTimeout(..)` is triggered when building the libev adapter with Clang using -Wextra/-Wunused-parameter. Works fine with gcc..
-
- 30 Jul, 2020 1 commit
-
-
lijiageng authored
-
- 01 Jun, 2020 1 commit
-
-
Aureus authored
-
- 22 May, 2020 1 commit
-
-
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.
-
- 04 May, 2020 1 commit
-
-
Michael Grunder authored
Add support for timeouts in our libev adapter. See #795
-
- 28 Jan, 2020 1 commit
-
-
Michael Grunder authored
Create allocation wrappers with a configurable OOM handler (defaults to abort()). See #752, #747
-
- 09 Apr, 2014 1 commit
-
-
antirez authored
This is a backport of https://github.com/antirez/redis/commit/d01aad329c259a7276c448cee6696b04dfa6f8c1
-
- 27 Jun, 2011 2 commits
-
-
R. Tyler Croy authored
This will allow two different compilation units to include libev.h and link together
-
R. Tyler Croy authored
-
- 29 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 01 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
This makes sure that the "data" field on the asynchronous context can be used for user-specific data.
-
- 23 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 22 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 01 Nov, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 19 Oct, 2010 3 commits
-
-
Pieter Noordhuis authored
This calls the disconnect callback, causing the registered event handlers to be cleared. After this, the error callback will be called, knowing that events will no longer be fired.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-