- 07 Oct, 2021 1 commit
-
-
michael-grunder authored
-
- 04 Oct, 2021 1 commit
-
-
michael-grunder authored
-
- 03 Aug, 2020 1 commit
-
-
michael-grunder authored
-
- 29 Jul, 2020 1 commit
-
-
michael-grunder authored
-
- 20 Jul, 2020 2 commits
-
-
Michael Grunder authored
-
Michael Grunder authored
Proper support for RESP3 PUSH messages. By default, PUSH messages are now intercepted and the reply memory freed. This means existing code should work unchanged when connecting to Redis >= 6.0.0 even if `CLIENT TRACKING` were then enabled. Additionally, we define two callbacks users can configure if they wish to handle these messages in a custom way: void redisPushFn(void *privdata, void *reply); void redisAsyncPushFn(redisAsyncContext *ac, void *reply); See #825
-
- 26 May, 2020 1 commit
-
-
Michael Grunder authored
-
- 24 May, 2020 1 commit
-
-
Yossi Gottlieb 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.
-
- 16 May, 2020 1 commit
-
-
Michael Grunder authored
Addresses #506
-
- 28 Feb, 2020 1 commit
-
-
Michael Grunder authored
Housekeeping * Check for C++ (#758, #750) * Include `alloc.h` in `make install` and `cmake` * Add a `.def` file for Windows (#760) * Include allocation wrappers referenced in adapter headers * Fix minor syntax errors and typos in README * Fix CI in Windows by properly escaping arguments (#761)
-
- 10 Oct, 2019 1 commit
-
-
michael-grunder authored
-
- 07 Oct, 2019 1 commit
-
-
Yossi Gottlieb authored
-
- 22 Jul, 2019 1 commit
-
-
Odin Hultgren Van Der Horst authored
- Removed whitespace before newline - Removed win style newline
-
- 26 Oct, 2018 1 commit
-
-
Jean Flach authored
Add note about using context->data to pass user data to connect and disconnect callbacks
-
- 20 Apr, 2016 2 commits
-
-
Jan-Erik Rediger authored
-
Jan-Erik Rediger authored
[ci-skip]
-
- 26 Mar, 2016 1 commit
-
-
Jan-Erik Rediger authored
Closes #361
-
- 16 Apr, 2015 1 commit
-
-
Jan-Erik Rediger authored
-
- 05 Jan, 2015 3 commits
-
-
Chris Williams authored
Closes #267
-
Mohnish Thallavajhula authored
Closes #285
-
Ryan Jacobs authored
Closes #293
-
- 11 Jul, 2013 2 commits
-
-
Wolfgang Richter authored
Closes #121.
-
Pieter Noordhuis authored
-
- 26 Jan, 2013 1 commit
-
-
Pieter Noordhuis authored
-
- 22 Jan, 2013 1 commit
-
-
Henri Doreau authored
Updated documentation and examples accordingly.
-
- 21 Aug, 2012 1 commit
-
-
antirez authored
Hiredis used to free unused redisReader buffers bigger than 16k. Now this limit is configurable (see the documentation updated by this commit) in order to allow working with big payloads without incurring to speed penalty.
-
- 07 Apr, 2012 1 commit
-
-
Erik Dubbelboer authored
-
- 06 Feb, 2012 1 commit
-
-
Pieter Noordhuis authored
See issue #79, thanks to @ewencp.
-
- 22 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 21 Apr, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 12 Apr, 2011 1 commit
-
-
Arvind Laxminarayan authored
-
- 14 Feb, 2011 1 commit
-
-
Elnatan authored
-
- 14 Jan, 2011 1 commit
-
-
Pierre Riteau authored
-
- 26 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 22 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 03 Nov, 2010 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-