redis-cpp
redis-cpp copied to clipboard
redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)
Results
2
redis-cpp issues
Sort by
recently updated
recently updated
newest added
Hello! This is more of a question than an issue. I'm using the library through the [CPM](https://github.com/cpm-cmake/CPM.cmake) "package manager". The static library is installed in a `lib` folder in the...
I'm actively working on a RESP 3 implementation for fun and figured I'd share it for comment before I get too deep into it. I am trying to maintain an...