Skip to content

Conversation

MoienTajik
Copy link
Contributor

The latest Redis version (6.0) came out with the ACL (access control list) feature. ACLs bring the concept of “users” to Redis. Each user can have a defined set of capabilities that dictate which commands they can run and on what keys.

With this pull-request, I've added Username property to Redis.DBConfigs and pass it to the ConfigurationOptions of StackExchange.Redis and from now on, we can use this feature!

@catcherwong catcherwong self-requested a review July 19, 2020 13:26
Copy link
Member

@catcherwong catcherwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@catcherwong catcherwong merged commit 6908fec into dotnetcore:dev Jul 19, 2020
@MoienTajik MoienTajik deleted the moien/redis-acl-support branch July 19, 2020 13:28
@MoienTajik
Copy link
Contributor Author

Thanks! When that would be released?

@catcherwong
Copy link
Member

v0.8.10 was released. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants