cpp_redis
cpp_redis copied to clipboard
Is there a way for establishing a connection pool in Redis c++?
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?