Closed
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