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
Is your feature request related to a problem? Please describe.
I'm still using Redis 6, so it would be useful to run tests in Redis 6 compatibility mode. This is supported for the blocking client, but doesn't work for the asyncio client:
Is your feature request related to a problem? Please describe.
I'm still using Redis 6, so it would be useful to run tests in Redis 6 compatibility mode. This is supported for the blocking client, but doesn't work for the asyncio client:
Describe the solution you'd like
fakeredis.aioredis.FakeRedis to support the same
version
parameter as fakeredis.FakeRedisDescribe alternatives you've considered
redislite, testing against real redis instance. These are sub-optimal for the same reasons fakeredis in general is good.
The text was updated successfully, but these errors were encountered: