|
|
|
|
|
by hans0l074
3274 days ago
|
|
A few years ago, I dabbled with the idea of building a "shared clipboard" application across platforms and decided to use Redis - esply the pub/sub mechanism - for this. I ended up discovering and using hiredis[0] (which I can see now was co-authored by antirez as well). I'm curious to know if hiredis can be used from C++ 11 as well. [0] https://github.com/redis/hiredis |
|
However, given it is a C API you will get the usual C unsafe code, instead of C++'s improvements regarding type safety.