redis-py
                                
                                 redis-py copied to clipboard
                                
                                    redis-py copied to clipboard
                            
                            
                            
                        Commands folder not imported during installation
I did pip install redis
However, the commands folder was never downloaded when I check the package. How do I add this?
@splurring can you share a bit more detail? What version of python were you using and what version of redis was installed via pip?
To get your python version:
lapthetop: python -V
Python 3.10.5
To check your redis version:
>>> import redis
>>> redis.VERSION
(4, 4, '0rc1')
Alternatively, you can check your redis version with:
pip freeze|grep redis
I think this refers to the old, yanked releases. Closing.