FLUSHALL [ASYNC]

    Delete all the keys of all the existing databases, not just the currently selected one. This command never fails.

    Redis is now able to delete keys in the background in a different thread without blocking the server. An option was added to FLUSHALL and in order to let the entire dataset or a single database to be freed asynchronously.

    *Return value