Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type hint annotations of expire time (#2361)
* fix typehint annotations of expire time. `ExpiryT` includes `float` type, but params of expiry-time (`ex`, `px`) for methods such as `set`, `expire`, `setnx`, etc. , should be `int`, not `float`. * add `IntExpiryT` annotation. * minor fix. * minor fix.
- Loading branch information