Secure Redis
In order to improve the security of this component, we have renamed the commands CONFIG, FLUSHDB and FLUSHALL to empty strings. This is done to avoid potentially harmful actions with those commands. To modify this behavior, edit the Redis configuration file redis.conf.
You can find more information and recommendations about Redis security on the official website.