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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: