FS#73808 - [python-redis] UserWarning: redis-py works best with hiredis. Please consider installing

Attached to Project: Community Packages
Opened by HLFH (HLFH) - Wednesday, 16 February 2022, 09:00 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 17 May 2023, 05:44 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

/usr/lib/python3.10/site-packages/redis/connection.py:77: UserWarning: redis-py works best with hiredis. Please consider installing

Additional info:
* package version(s): 4.0.0-1
* link to upstream bug report: https://github.com/redis/redis-py/issues/1725
https://github.com/redis/redis-py/pull/1726

Steps to reproduce:
install a package using python-redis such as searxng-git.
systemctl start uwsgi@searxng
systemctl status uwsgi@searxng -l

And you get the warning/error.

Fixed in python-redis 4.0.2.
This task depends upon

Closed by  Toolybird (Toolybird)
Wednesday, 17 May 2023, 05:44 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-redis 4.0.2-1
Comment by Nicolas Jeker (mnme) - Wednesday, 16 February 2022, 11:02 GMT
Somewhat related: Maybe consider adding python-hiredis as optdepends?

Loading...