Removes all items from the cache.
@override Future<void> flush() async { final cmd = await _getCommand(); await cmd.send_object(['FLUSHDB']); }