Commit c5e717c6 authored by antirez's avatar antirez
Browse files

ACL: command categories added to the command table.

parent b8ff7389
...@@ -190,11 +190,9 @@ void ACLResetSubcommandsForCommand(user *u, unsigned long id) { ...@@ -190,11 +190,9 @@ void ACLResetSubcommandsForCommand(user *u, unsigned long id) {
* +<command> Allow the execution of that command * +<command> Allow the execution of that command
* -<command> Disallow the execution of that command * -<command> Disallow the execution of that command
* +@<category> Allow the execution of all the commands in such category * +@<category> Allow the execution of all the commands in such category
* with valid categories being @set, @sortedset, @list, @hash, * with valid categories are like @admin, @set, @sortedset, ...
* @string, @bitmap, @hyperloglog, * and so forth, see the full list in the server.c file where
* @stream, @admin, @readonly, * the Redis command table is described and defined.
* @readwrite, @fast, @slow,
* @pubsub.
* 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.
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment