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.
First, I would like to thank you for this very nice library, it has helped us in many ways already.
We have a project where we have a single cpp_redis::client instance shared by multiple threads. It seems to be working, but I would like to ensure that we are not doing anything wrong.
Could you tell me which functions should be protected by a mutex in our application ? I guess that connect() is a prime candidate, but I'm not sure about sync_commit and commit.
Regards
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.
Hello,
First, I would like to thank you for this very nice library, it has helped us in many ways already.
We have a project where we have a single cpp_redis::client instance shared by multiple threads. It seems to be working, but I would like to ensure that we are not doing anything wrong.
Could you tell me which functions should be protected by a mutex in our application ? I guess that connect() is a prime candidate, but I'm not sure about sync_commit and commit.
Regards
The text was updated successfully, but these errors were encountered: