Skip to content

Implement Redis 6.0 ACL in Spring Data [DATAREDIS-1046] #1621

Closed
@spring-projects-issues

Description

@spring-projects-issues

tgrall opened DATAREDIS-1046 and commented

Redis 6.x will provide a new feature to support ACL, as documented here:

https://redis.io/topics/acl

Spring Data Redis should expose this to the application.

Related issue in client projects:

The following types should be extended by introducing a username property:

  • RedisStandaloneConfiguration
  • RedisSentinelConfiguration
  • RedisClusterConfiguration
  • RedisStaticMasterReplicaConfiguration
  • RedisSocketConfiguration

Issue Links:

Referenced from: pull request #558

2 votes, 6 watchers

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions