Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.
BSD 3-Clause "New" or "Revised" License
298
stars
48
forks
source link
scan_iter() with type filter asserts when there is a stream key #233
Closed
mjessome closed 1 year ago
Describe the bug I'm on fakeredis-py 2.18.0
When a stream exists, and using
scan_iter(_type='XXX')
, we hit the following assert:To Reproduce
Expected behavior
Doesn't assert, Stream keys are enumerated (or filtered out) just like any other key.
Desktop (please complete the following information):
Additional context
Thank you!