Registry / database / redis-plus-plus

redis-plus-plus

JSON →
library1.3.15vcpkgunverified

A C++11 client for Redis, built on top of hiredis.

vcpkg install redis-plus-plus
INSTALL
IMPORT
SIG · REDIS-PLUS-PLUS
R
redis-plus-plus
databasecppv1.3.15
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.

sw/redis++/redis++.h
#include <sw/redis++/redis++.h>

Connect to Redis, set and get a key-value pair.

#include <sw/redis++/redis++.h> int main() { sw::redis::Redis redis("tcp://127.0.0.1:6379"); redis.set("key", "value"); auto val = redis.get("key"); return 0; }
Debug
Known issues
gotchaRequires hiredis to be installed and linked; header-only mode is not available.
fix
Link both redis++::redis++ and hiredis::hiredis.
affects: all
Upgrade
Version history
1.3.15latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Meta
1
Amazon
1
Resources

No resource links recorded.

redis-plus-plus — pip install redis-plus-plus · libregistry