I'm not super happy about using `i64` over `Duration` (like in the [KeysInterface](https://docs.rs/fred/latest/fred/interfaces/trait.KeysInterface.html#method.expire)). Right now I'm running into `SOME_DURATION.as_secs() as i64` conversions just to be able to call fred.
I'm not super happy about using
i64overDuration(like in the KeysInterface).Right now I'm running into
SOME_DURATION.as_secs() as i64conversions just to be able to call fred.