You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the version of hiredis, and redis-plus-plus you used? The error message, i.e. unknown error code, shows that the hiredis returns an error code that redis-plus-plus cannot recognize.
What's the version of hiredis, and redis-plus-plus you used? The error message, i.e. unknown error code, shows that the hiredis returns an error code that redis-plus-plus cannot recognize.
Regards
Hi sewnew, I am using the last one since I cloned the repositories and did the installation manually. I tested the code in a Linux machine I had around and worked perfectly. Maybe is something with the WSL or some security problems.
Hi!
I want to verify if this is supported on WSL because when I run a test code I made its output is:
"terminate called after throwing an instance of 'sw::redis::Error'
what(): unknown error code: Failed to connect to Redis: U
Aborted"_
this is the code I'm trying to run:
Thanks for your answer and help.
The text was updated successfully, but these errors were encountered: