Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-27 | CMakeLists.txt: respect BUILD_SHARED_LIBS | Fabrice Fontaine | |
To allow building hiredis on toolchain without dynamic library support, respect standard cmake BUILD_SHARED_LIBS: https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> | |||
2022-12-21 | Add sdevent adapter | Michael de Lang | |
2022-09-07 | Add adapters/libhv | hewei.it | |
2021-11-18 | Correct CMake warning for libevent adapter example | Björn Svensson | |
2020-07-19 | Resp3 oob push support (#841) | Michael Grunder | |
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 | |||
2019-09-01 | Update CMakelists for hiredis/hiredis_ssl builds. | Yossi Gottlieb | |
Also rename the SSL option from `HIREDIS_SSL` to `ENABLE_SSL` to conform with CMake convnetions. | |||
2019-04-10 | build ssl example if ssl is enabled | Mark Nunberg | |
2019-02-20 | Add examples to CMakeLists | Mark Nunberg | |