When redis.readOnly is set to true, only non-modifying commands are permitted. Redis Commander attempts to determine these by querying the server's COMMANDS output.
If specific commands are not flagged as readonly by your server but you want them restricted, or if you need to allow specific commands while in read-only mode, use redis.extraAllowedReadOnlyCommands.
Note: If you define extraAllowedReadOnlyCommands in a local config file (like local.json), it overwrites the defaults in default.json rather than appending to them. You must provide the full list of allowed commands.