Skip to content
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

Parse error ("Err invalid command line") #80

Closed
rikhuijzer opened this issue Nov 30, 2020 · 0 comments
Closed

Parse error ("Err invalid command line") #80

rikhuijzer opened this issue Nov 30, 2020 · 0 comments

Comments

@rikhuijzer
Copy link

This problem does not seem to be caused by Redis.jl, but it might help others out who have the same problem. It took me a while to debug it, because I couldn't reproduce it locally.

When trying to store a HTTP request as a raw string into Redis, I got a parse error:

Redis.ServerException("ERR invalid command line")

I think this Redis error should be read as the command line being an invalid command. This problem can be avoided by first encoding the string as Base64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant