-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RESP3 Issues #313
Comments
Hi @oAnubis, |
Thank you for the prompt reply. I tried the HELLO 3 command, no changes in outcome. I ran some more debugging and cross referencing the source code, |
ok, do you maybe have a small reproducing test program? |
There's no |
That definitely makes sense! I wonder how difficult that would be to implement |
Additionally, The error received back when running Hello 3 is can't parse "%7" |
Having the same issue after upgrading |
Got error after switch to rueidis |
I forgot about this issue, will check soonish. Thanks! |
Possible User Error Sanity Check
If RESP3 is not activated automatically within
NewMiniRedis()
this is 100% user error and can be closed. Please inform me of how to activate if so.If Not User Error
Steps To Reproduce
Error Encountered
Within FuncCall() I am checking the lua returned interface for a nil value, if so returns "script returned empty handed" and the interface return, which indeed has no values. (I debugging and confirmed)
I also manually checked to see if data available to pull, verified this is this case.
Additional Checks
I have verified my go functions and lua scripts are both functional against a local, VM, and cloud hosted databases, so it is not the code.
The text was updated successfully, but these errors were encountered: