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
Thanks. Inspired by fakredis's own tests, what I'm currently considering is to run the my tests in two modes: either with fakeredis or (less frequently) against a real redis instance.
On investigation, it turned out that one main reason our tests weren't all using fakeredis already, is that at the time they were written fakeredis didn't support Redis streams (or didn't support all features of them). That seems long in the past now :-)
Or if not, are you aware of any alternatives? I could run a real redis instance and connect to it during testing, but redislite is much... lighter :-)
The text was updated successfully, but these errors were encountered: