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

Setting value with large base64 data #154

Open
RomainWilbert opened this issue Oct 4, 2018 · 0 comments
Open

Setting value with large base64 data #154

RomainWilbert opened this issue Oct 4, 2018 · 0 comments

Comments

@RomainWilbert
Copy link

Hi Nicolas !

When I try to set a value using a POST method with string content body and a ~700KB base64 encoded message, server respond with following error

{
    "SET": [
        false,
        "ERR syntax error"
    ]
}

I guess this is because my content has some slahes in it...anyway I can set the value using the PUT method, but if I want to set an expiry time (/PUT/Key/EX/100) I get a syntax error as well. If I remove the /EX/100 value is set correctly.

Is it possibly to set the expiry time using PUT ?

Thanks

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