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
I speculate, that you do not connect on raw redis server.
When we do connect we just open socket and at that point no data is sent yet.
Error seems to originate after parsing response from server after SET is sent and seems to be invalid.
Does connecting on localhost port 8081 with redis-cli work?
You can also try sniffing protocol between your client and redis databse using https://www.wireshark.org/ to get insights what is going on.
I connected success with redisconnection. But i can't use GET or SET of send_object.
My code:
I always see error: RedisRuntimeError(got element that cant not be parsed)
Please point out my mistakes in the above syntax, thanks
The text was updated successfully, but these errors were encountered: