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

bytes as parameter for python 3 #84

Closed
gera2ld opened this issue Sep 2, 2015 · 0 comments
Closed

bytes as parameter for python 3 #84

gera2ld opened this issue Sep 2, 2015 · 0 comments

Comments

@gera2ld
Copy link

gera2ld commented Sep 2, 2015

When I was using redis on Python 3, I have to pass bytes as value to connection.set. I think this is reasonable.
So when I found asyncio-redis requires a str as value, I think it's buggy because in such case, I have to transform a binary sequence into readable string before I can pass it to redis which will increase the length of data.

Sorry for the wrong issue, I just found it support encoders.

@gera2ld gera2ld closed this as completed Sep 2, 2015
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