mirror of
https://github.com/redis/redis.git
synced 2026-02-19 02:30:18 -05:00
Previous implementation would disconnect _all_ clients when running `ACL LOAD`, which wasn't very useful. This change brings the behavior in line with that of `ACL SETUSER`, `ACL DELUSER`, in that only clients whose user is deleted or clients subscribed to channels which they no longer have access to will be disconnected. --------- Co-authored-by: Oran Agra <oran@redislabs.com> Co-authored-by: Madelyn Olson <34459052+madolson@users.noreply.github.com>
4 lines
170 B
Text
4 lines
170 B
Text
user alice on allcommands allkeys &* >alice
|
|
user bob on -@all +@set +acl ~set* &* >bob
|
|
user doug on resetchannels &test +@all ~* >doug
|
|
user default on nopass ~* &* +@all
|