cpp_redis icon indicating copy to clipboard operation
cpp_redis copied to clipboard

Is there a way for establishing a connection pool in Redis c++?

Open NidaTariq45 opened this issue 7 years ago • 0 comments

I am new to Redis, have been working with the Redis driver

https://github.com/Cylix/cpp_redis/wiki/Examples.

I have made an application in C++, the problem I am encountering is that I keep opening the connection for every query and this process is expensive. I wanted to know if I could make a pool of connections in Redis?

NidaTariq45 avatar Sep 18 '18 10:09 NidaTariq45