You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: