You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add failure handling to MigratingCacheClient (#57)
* Add failure handling to MigratingCacheClient
## Motivation / Description
I forgot to add this file to the failure handling changes.
* bump version to 1.1.2
Use TypeVars for from_server* factory methods (#33)
## Motivation / Description
Using typevars allows child classes to work and get
the right type hinting.