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

Removes session data from Redis. Will attempt to delete the data from a single session, given a tenant and the session token. If the key doesn’t exist on Redis cache, returns a successful result anyway.