jazzband/django-redis

Add sentinel auth to an exemple in the documentation.

Open

#747 opened on Jul 12, 2024

View on GitHub
 (3 comments) (2 reactions) (0 assignees)Python (452 forks)auto 404
documentationgood first issue

Repository metrics

Stars
 (3,075 stars)
PR merge metrics
 (PR metrics pending)

Description

Problem Statement django-redis seems to be the best way to add sentinel feature of redis to django cache… the authentication is unclear to add and seems undocumented.

Describe the solution you'd like either use the "PASSWORD" for sentinel connection, or add authenticated sentinel params to the README

ex: #610

Contributor guide