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
This string definitely broke my service, but because I was using .compress(). Something about the way it compressed the string prevented Redis from being able to save and retrieve it as a key value. Once I switched to the UTF16 version it worked.
Compressing "http://apple.com" and then decompressing it returns null instead of the original uncompressed string.
Confirmed behavior on the demo page.
The text was updated successfully, but these errors were encountered: