Registry / database / boost-redis

boost-redis

JSON →
library1.90.0vcpkgunverified

Boost redis module

vcpkg install boost-redis
INSTALL
IMPORT
SIG · BOOST-REDIS
B
boost-redis
databasecppv1.90.0
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.

boost/redis.hpp
#include <boost/redis.hpp>

Connect to a Redis server

#include <boost/redis.hpp> #include <iostream> int main() { boost::redis::connection conn; conn.connect("localhost", "6379"); std::cout << "Connected to Redis" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources

No resource links recorded.

boost-redis — pip install boost-redis · libregistry