cameronmaske / celery-once

Celery Once allows you to prevent multiple execution and queuing of celery tasks.
https://pypi.python.org/pypi/celery_once/
BSD 2-Clause "Simplified" License
661 stars 90 forks source link

Modified to support Redis ACL(since redis 6.0) #142

Open 0671 opened 1 year ago

0671 commented 1 year ago

Starting from redis 6, redis supports acl mode, and username can be used for authority authentication. This modification adds the username obtained from the url, and switches StrictRedis to Redis