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

Hi Team , can you tell me how to reuse and keep Redis object in c++ applications . Code : sw::redis::ConnectionOptions connection_options; connection_options.host = "10.xx.xx.xx"; connection_options.port = 6379; connection_options.password =...

**Describe the problem** I transplant redis plus plus to a new system and i compile this tool successfuly.I run the test example with command ./(the name of executable file of...

I'm working with the RedisJSON module (I'm using raw commands for that), which documentation is not the best and the redis responses seem to vary. It would be really helpful...

Hi Guys, There're still many features we need to support. The following is a TODO list: - Client side caching. [Issue 87](https://github.com/sewenew/redis-plus-plus/issues/87): **MID** For each TODO item, I open a...

**Is your feature request related to a problem? Please describe.** Since redis-plus-plus has gone down the return-code route of error handling, it is very easy to forget to check a...

I am aware that a transaction mechanism is available and that it works with both clustered and non-clustered Redis instances. However, as far as I understand it, the transaction mechanism...

Instead of relying it to be installed on system.

HI, In cluster mode, if the Node with the configured IP address is down, other nodes are normal. In this case, RedisCluster is initialized with the configured IP address. Can...