cpp_redis
cpp_redis copied to clipboard
Fedora Localhost works but on remote hangs
When I run redis with localhost read/write works perfectly but with remote redis client hangs randomly. The stack trace points to conditonal wait on the mutex.
I am yet to derive any conclusion but seems with small string it works fine but with big value 1mb trouble starts.. It just hangs ( wait)!
Any pointer would be real help!!