rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.81k stars 286 forks source link

Add username support for Sentinel #575

Closed joachimBurket closed 1 year ago

joachimBurket commented 1 year ago

The Sentinel object created into the get_redis_connection method doesn't get the username from the configurations.

I can make a PR to solve that.