pub async fn get_redis_version(conn: &mut ConnectionManager) -> Result<Version>
Retrieves and parses the Redis server version via the INFO command.
Returns an error if the INFO command fails or version parsing fails.