Skip to content

Clean Redis Client with simple interfaces, and pipeline/publish/subscribe supported

License

Notifications You must be signed in to change notification settings

yuchuanwang/RedisClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Clean Redis Client with simple interfaces, and pipeline/publish/subscribe supported

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published