Registry / database / redisx

redisx

JSON →
library1.0.4vcpkgunverified

A free and independent Redis / Valkey client library for C/C++

vcpkg install redisx
INSTALL
IMPORT
SIG · REDISX
R
redisx
databasecppv1.0.4
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.

redisx.h
#include <redisx.h>

Connect to Redis, set and get a key

#include <redisx.h> int main() { redisx::Client client("localhost", 6379); client.set("key", "value"); auto val = client.get("key"); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

redisx — pip install redisx · libregistry