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
client.py is trying to import from the redis.commands module, and this import raises ModuleNotFoundError: No module named 'redis.commands'
.../site-packages/redis/client.py:9: in <module>
from redis.commands import CoreCommands, RedisModuleCommands, list_or_args
E ModuleNotFoundError: No module named 'redis.commands'
Version: 4.0.0b2
Platform: Ubuntu
Description:
I'm getting the error ModuleNotFoundError: No module named 'redis.commands' after installing redis version 4.0.0b2