Quantcast
Channel: Threading Redis connection in C++ - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Grisha for Threading Redis connection in C++

Your push function wouldn't work as you probably expected. Subscription will be destroyed immediately after call to sub.subscribe(): void push(stack<int>* s) { // No need for Redox object here....

View Article



Threading Redis connection in C++

I was wondering how to implement Redis NOSQL calls into the the C++ Std Threading library code from the C++ Concurrency in Action book. I am using the Github repo...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images