You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on making my redis instances production ready and as Redis themselves recommend, and other sources as well, you should disable some commands on your production instances.
To do this you need to use the rename-command configuration in the config file.
Currently, I did not see that there is a way to do this using this module, but I did find a workaround by including an external config file. I think it would be better if there was a map that I could pass to this module with all the commands and their new names (which could be empty strings if I want to disable them).
Thanks!
The text was updated successfully, but these errors were encountered:
Cool, any configuration recommendations directly from Redis themselves we want to have in the module, so I'll probably work on this as the next feature to add to the module 👍
Hi,
I am working on making my redis instances production ready and as Redis themselves recommend, and other sources as well, you should disable some commands on your production instances.
To do this you need to use the
rename-command
configuration in the config file.Currently, I did not see that there is a way to do this using this module, but I did find a workaround by including an external config file. I think it would be better if there was a map that I could pass to this module with all the commands and their new names (which could be empty strings if I want to disable them).
Thanks!
The text was updated successfully, but these errors were encountered: