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
Pickle is not a safe way to serialize objects. We should consider using JSON instead. This can be done by subclassing RedisCache and replacing dump_object and load_object.
The text was updated successfully, but these errors were encountered:
Pickle is not a safe way to serialize objects. We should consider using JSON instead. This can be done by subclassing RedisCache and replacing dump_object and load_object.
The text was updated successfully, but these errors were encountered: