pub async fn flush_redis(con: &mut ConnectionManager) -> Result<(), RedisError>
Flushes the entire Redis database for the specified connection.
Returns an error if the FLUSHDB command fails.