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
There appears to be a behaviour mismatch between "real" Redis and fake_redis. When given a command like EXPIRE key 1.5, Redis raises a ResponseError, claiming that the value is not an int. fake_redis should also raise an error when expire() is passed a seconds parameter that is not an int. We should also include a test to assert that this error is raised.