redis-py icon indicating copy to clipboard operation
redis-py copied to clipboard

Commands folder not imported during installation

Open splurring opened this issue 3 years ago • 1 comments

I did pip install redis

However, the commands folder was never downloaded when I check the package. How do I add this?

splurring avatar Aug 11 '22 21:08 splurring

@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

chayim avatar Aug 16 '22 14:08 chayim

I think this refers to the old, yanked releases. Closing.

chayim avatar Dec 13 '22 11:12 chayim