Registry / database / cpp-redis

cpp-redis

JSON →
library4.3.1vcpkgunverified

cpp-redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.

vcpkg install cpp-redis
INSTALL
IMPORT
SIG · CPP-REDIS
C
cpp-redis
databasecppv4.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cpp_redis/core/client.hpp
✓ #include <cpp_redis/core/client.hpp>

Connect to Redis and set a key-value pair synchronously

#include <cpp_redis/core/client.hpp> int main() { cpp_redis::client client; client.connect("127.0.0.1", 6379); client.set("hello", "world"); client.sync_commit(); return 0; }
Debug
Known issues
gotchaRequires a running Redis server; async operations need an event loop (e.g., with cpp_redis::network::set_default_io_service)
fix
Start a Redis server and ensure the event loop is running for async usage
affects: *
Upgrade
Version history
4.3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources

No resource links recorded.

cpp-redis — pip install cpp-redis · libregistry