Using Redis as in memory database via c++ programming

893 views
Skip to first unread message

kushal bhattacharya

unread,
Jul 9, 2017, 5:53:41 PM7/9/17
to Redis DB
Hi,
Can  anyone  please  suggest  me  if  there  is  any c++  library  that supports  redis ?If so  which is the  best  one.
Thanks

hva...@gmail.com

unread,
Jul 9, 2017, 9:08:57 PM7/9/17
to Redis DB
When the resource you're accessing is a network service, the support code tends to be called "clients" rather than "libraries".

The main Redis site has this page for listing the known clients:  https://redis.io/clients
It has sub-pages that categorize by language, with the C++ clients on this page:  https://redis.io/clients#c--

The best one will depend on your needs.  For example, if you want thread safety, or support for Redis Cluster, connection pools, and so on.

Santos Das

unread,
Jul 20, 2017, 7:39:49 AM7/20/17
to Redis DB
Can you please suggest the best client which supports cluster and Asynchronous communication (not blocked on request)
Also, I don't want client to do connect and disconnect for every message.

hva...@gmail.com

unread,
Jul 20, 2017, 1:41:14 PM7/20/17
to Redis DB
I'm an Ops person rather than a developer, so I can't make a recommendation other than noticing which clients listed in the webpage support the features you want.  (I don't know which clients are better than others)  I'll have to step aside and let other people make more specific recommendations.
Reply all
Reply to author
Forward
0 new messages