redis-plus-plus icon indicating copy to clipboard operation
redis-plus-plus copied to clipboard

Redis client written in C++

Results 73 redis-plus-plus issues
Sort by recently updated
recently updated
newest added

I'm using `ExternalProject_Add` in CMake to build hiredis and then build redis++. The source code is vendored so it can be included in the project. I'm installing hiredis in a...

my program always has an OOM problem during a specific period of time. After a simple research, I found that the IO of write was very large during this period,...

**Is your feature request related to a problem? Please describe.** Once the cert installed at redis server expired, it will lead to handshake failed. Is it possible support new refreshed...

**Is your feature request related to a problem? Please describe.** My use case prefer send all kinds of raw command, such as lua etc, and prefer to parse hiredis redisReply...

Hi, I have tried to create a common connection Pool for multiple services by passing Redis class object through shared memory (IPC). But I cannot use this shared Redis object...

hello In ReadMe, I notice RedisCluster keep at least one connection with every master,if I get a Subscriber by method subscriber(),how many connections the Subscriber keep? will it keep connections...

**Describe the problem** If an exception occurs during the automatic unlocking in the destructor of `std::lock_guard`,it seems to cause the program to terminate. Here is an example, I manually shutdown...

**Describe the bug** in AsyncConnection::connect_callback, there throw error during handle different state, my case is throw error during State::CONNECTING, then program fire SegV. **To Reproduce** To simple reproduce, you can...

Hi, I'm wondering how fast the lib will understand that a master-slave failover occurred so as to redirect the write commands to the new master? Also during sunny days (normal...