-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
in: coreIssues in core supportIssues in core supportin: jedisJedis driverJedis driverin: lettuceLettuce driverLettuce drivertype: enhancementA general enhancementA general enhancement
Milestone
Description
tgrall opened DATAREDIS-1046 and commented
Redis 6.x will provide a new feature to support ACL, as documented here:
Spring Data Redis should expose this to the application.
Related issue in client projects:
- Jedis: Support for ACLs with Redis 6 redis/jedis#2035
- Lettuce: Support for ACLs w/ Redis 6 redis/lettuce#1083
The following types should be extended by introducing a username
property:
- RedisStandaloneConfiguration
- RedisSentinelConfiguration
- RedisClusterConfiguration
- RedisStaticMasterReplicaConfiguration
- RedisSocketConfiguration
Issue Links:
- DATAREDIS-1197 Upgrade to Lettuce 6.0 RC1
("depends on")
Referenced from: pull request #558
2 votes, 6 watchers
Metadata
Metadata
Assignees
Labels
in: coreIssues in core supportIssues in core supportin: jedisJedis driverJedis driverin: lettuceLettuce driverLettuce drivertype: enhancementA general enhancementA general enhancement