Redis client written in C++
Overview
This is a C++ client library for Redis. It's based on hiredis, and is compatible with C++ 17, C++ 14, and C++ 11.
NOTE: I'm not a native speaker. So if the documentation is unclear, please feel free to open an issue or pull request. I'll response ASAP.
Features
- Most commands for Redis.
- Connection pool.
- Redis scripting.
- Thread safe unless otherwise stated.
- Redis publish/subscribe.
- Redis pipeline.
- Redis transaction.
- Redis Cluster.
- Redis Sentinel.
- STL-like interfaces.
- Generic command interface.
- Redis Stream.
- Redlock.
- Redis ACL.
- TLS/SSL support.
license | Apache-2.0 |
---|---|
project | redis-plus-plus |
url | github.com/sewenew/redis-plus-plus |
1 Version
version | 1.3.3+1 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 1; hiredis |
reviews | +1 |