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
I'm looking for a solid C++ redis client to use for an embedded project and I stumbled upon this. It looks pretty active, but young. Is this ready for production use?
The text was updated successfully, but these errors were encountered:
WillNilges
changed the title
Is this still in development?
Is this ready?
Nov 6, 2020
I have been using it for over two years now and it is stable. However recently I begin to introduce some breaking changes in the api to support ssl, resp3 and the upcoming C++ asynchronous model that makes it possible to use it with coroutines, callbacks and futures. I am also planning non-allocating buffers and commands. It suits my needs currently.
I'm looking for a solid C++ redis client to use for an embedded project and I stumbled upon this. It looks pretty active, but young. Is this ready for production use?
The text was updated successfully, but these errors were encountered: