Skip to content

Latest commit

 

History

History
15 lines (6 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (6 loc) · 390 Bytes

Mini Redis Client

Very simple and straightforward C++ client to access Redis, and Redis publisher/subscriber.

In my opinion, most existing C++ wrappers are over engineering.

Providing wrapper for most common Redis commands, and also providing the raw interface to execute other commands not wrapped.

Depends on hiredis.

And for subscriber, depends on extra lib of libevent.