get_redis_version

Function get_redis_version 

Source
pub async fn get_redis_version(conn: &mut ConnectionManager) -> Result<Version>
Expand description

Retrieves and parses the Redis server version via the INFO command.

ยงErrors

Returns an error if the INFO command fails or version parsing fails.