doc improvement about acl first-arg (#10199)
We recently removed capabilities from the first-arg feature of ACL and added a warning. but we didn't document it. ref: #10147 and redis/redis-doc#1761
This commit is contained in:
parent
93d951556b
commit
75a950cb93
@ -860,10 +860,11 @@ replica-priority 100
|
|||||||
# The special category @all means all the commands, but currently
|
# The special category @all means all the commands, but currently
|
||||||
# present in the server, and that will be loaded in the future
|
# present in the server, and that will be loaded in the future
|
||||||
# via modules.
|
# via modules.
|
||||||
# +<command>|first-arg Allow a specific first argument of an otherwise
|
# +<command>|first-arg Allow a specific first argument of an otherwise
|
||||||
# disabled command. Note that this form is not
|
# disabled command. It is only supported on commands with
|
||||||
# allowed as negative like -SELECT|1, but
|
# no sub-commands, and is not allowed as negative form
|
||||||
# only additive starting with "+".
|
# like -SELECT|1, only additive starting with "+". This
|
||||||
|
# feature is deprecated and may be removed in the future.
|
||||||
# allcommands Alias for +@all. Note that it implies the ability to execute
|
# allcommands Alias for +@all. Note that it implies the ability to execute
|
||||||
# all the future commands loaded via the modules system.
|
# all the future commands loaded via the modules system.
|
||||||
# nocommands Alias for -@all.
|
# nocommands Alias for -@all.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user