jazzband/django-redis
View on GitHubAdd sentinel auth to an exemple in the documentation.
Open
#747 opened on Jul 12, 2024
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