pub fn save_session(
    client: &Client,
    tenant: &str,
    token: &str,
    json: &str
) -> RedisResult<()>
Expand description

Saves session data to Redis, given a tenant, the session token, and its data formatted as a JSON string.