-
Notifications
You must be signed in to change notification settings - Fork 40
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
Store zlib compressed value #86
Comments
The library uses text memcache protocol, that's why keys and values are URF-8 encoded. |
I changed code to
but get an error: 'bytes' object has no attribute 'encode' |
Indeed it hasn't. Convert |
It works, thanks a lot.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to set key with zlib compressed value with python3
and got an error:
'utf-8' codec can't decode byte 0x9c in position 1: invalid start byte
Does anyone know how to solve this problem?
The text was updated successfully, but these errors were encountered: