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
{{ message }}
This repository was archived by the owner on Feb 21, 2023. It is now read-only.
StrictRedis is a legacy class in redis-py that is there only for backwards compatiability with versions of redis-py before 3.x. However since aioredis v2 based on redis-py has just been released and never has and never will support versions of redis-py < 3.x, it doesn't really make sense to include StrictRedis in the aioredis API, as it is literally just an alias to the Redis class.
Said simply: there is no reason anyone integrating aioredis-py@2.x should be using StrictRedis, and a clear reason not to use it (it will maybe/probably be dropped from redis-py in a future major version).
As it is, its presence in the library can only cause confusion and does not provide any benefit.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
StrictRedisis a legacy class inredis-pythat is there only for backwards compatiability with versions ofredis-pybefore 3.x. However sinceaioredisv2 based onredis-pyhas just been released and never has and never will support versions ofredis-py< 3.x, it doesn't really make sense to includeStrictRedisin theaioredisAPI, as it is literally just an alias to theRedisclass.Said simply: there is no reason anyone integrating
aioredis-py@2.xshould be usingStrictRedis, and a clear reason not to use it (it will maybe/probably be dropped fromredis-pyin a future major version).As it is, its presence in the library can only cause confusion and does not provide any benefit.
Beta Was this translation helpful? Give feedback.
All reactions