pub async fn get_session(
    client: &Client,
    tenant: &str,
    token: &str
) -> RedisResult<String>
Expand description

Retrieves session data from Redis, given a tenant and the session token. If exists, returns the session data in JSON format, as a string.