It could be that your Redis configuration has renamed some commands to prevent your database from being accidentaly deleted.
Look for the following lines in your redis.conf:
rename-command FLUSHDB ""
rename-command FLUSHALL ""
It could be that your Redis configuration has renamed some commands to prevent your database from being accidentaly deleted.
Look for the following lines in your redis.conf:
rename-command FLUSHDB ""
rename-command FLUSHALL ""