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

DeprecationWarning: "charset" & "errors" (Redis v2.10.5) #69

Open
jlvcm opened this issue Jun 29, 2016 · 1 comment
Open

DeprecationWarning: "charset" & "errors" (Redis v2.10.5) #69

jlvcm opened this issue Jun 29, 2016 · 1 comment

Comments

@jlvcm
Copy link

jlvcm commented Jun 29, 2016

using pyramid-redis-sessions version v1.0.1 with redis v2.10.5, i'm getting two warnings:

redis/client.py:408: DeprecationWarning: "charset" is deprecated. Use "encoding" instead '"charset" is deprecated. Use "encoding" instead'))
/redis/client.py:412: DeprecationWarning: "errors" is deprecated. Use "encoding_errors" instead '"errors" is deprecated. Use "encoding_errors" instead'))
@jvanasco
Copy link
Contributor

@jlvcm this is known. don't worry. the redis.py client changed their API but is supporting the old commands for backwards compatibility. see redis/redis-py#510

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

2 participants