The Wayback Machine - https://web.archive.org/web/20201015141012/https://github.com/Cylix/cpp_redis/issues/204
Skip to content
This repository has been archived by the owner. It is now read-only.

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

Open
NidaTariq45 opened this issue Sep 18, 2018 · 0 comments
Open

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

NidaTariq45 opened this issue Sep 18, 2018 · 0 comments

Comments

@NidaTariq45
Copy link

@NidaTariq45 NidaTariq45 commented Sep 18, 2018

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
1 participant
You can’t perform that action at this time.