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
python-future provides future.types.newbytes which is meant to behave like the Python 3 bytes type in Python 2. However, fakeredis.to_bytes doesn't handle it correctly.