We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbc6ad commit 17f05d9Copy full SHA for 17f05d9
docs/build/unreleased/251.rst
@@ -1,7 +1,8 @@
1
.. change::
2
:tags: usecase, redis
3
4
- Added new paramref:`.RedisBackend.username` parameter. This is used for
5
- authentication in Redis when RBAC is enabled. Also added new
6
- paramref:`.RedisSentinelBackend.username` parameter, which is used for
7
- authentication in both Redis and Sentinel when RBAC is enabled.
+ Added new parameter :paramref:`.RedisBackend.username` to the Redis
+ backend; this parameter allows username authentication in Redis when RBAC
+ is enabled. Also added new paramref:`.RedisSentinelBackend.username`
+ parameter, which is used for authentication in both Redis and Sentinel when
8
+ RBAC is enabled. Pull request courtesy Takashi Kajinami.
0 commit comments