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
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'))
The text was updated successfully, but these errors were encountered:
@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
using pyramid-redis-sessions version v1.0.1 with redis v2.10.5, i'm getting two warnings:
The text was updated successfully, but these errors were encountered: