hiredis icon indicating copy to clipboard operation
hiredis copied to clipboard

Minimalistic C client for Redis >= 1.2

Results 135 hiredis issues
Sort by recently updated
recently updated
newest added

#889 added support for pulling SSL certificates from the Root Windows certificate store. Turns out one actually needs both the Root and CA stores, so this adds the latter

Hey, I encounter an issue where the SSL connection callbacks are set regardless of the success or failure of the SSL initialization. This happened here: https://github.com/redis/hiredis/blob/869f3d0ef1513dd0258ad7190c9914df16dcc4a4/ssl.c#L367 While the SSL initialization...

See #1231 # Changes - change in `hiredis.h` headers - changes in `Cmakelists.txt` file

The destructor of RedisQtAdapter will be called _AFTER_ the context has been freed. At that point, m_ctx is a dangling pointer and should not be dereferenced. See the valgrind output...

`typos` is a superior spellchecker for source code.

I encountered a problem with recv blocking while setting the redisConnectWithTimeout function. version:1.1.0 Stack Information: ![image](https://github.com/redis/hiredis/assets/66378846/401cdd59-67b0-4018-bc04-7169fe7dd314)

My application has a thread and a hireis handle. In some cases, the set command fails, and the reply handle is available, but it does not establish a new connection...

Hello, We are doing speed and load tests using Redis in pub/sub broker mode and Hiredis C API. The tests consists of continuously sending messages both ways from a client...

On macOS, the version suffix of a shared library comes before the `.dylib` suffix, which is different from the convention on other systems. Currently, the Makefile only overrides `DYLIB_MINOR_NAME` for...