githubkit
githubkit copied to clipboard
hishel 1.0 support
Would be great if the library could support (or migrate to) hishel 1.0. Is that planned? Thank you! :)
Yes, i'm working on this. But, hishel 1.0 is really a big upgrade. I have to fully rewrite any related code with new API.
In hishel 1.x, the available cache storage options have been reduced compared to version 0.x. Most notably, Redis storage support has been removed.
Currently, githubkit supports in-memory and Redis cache strategies, making hishel’s Redis storage particularly valuable for production, multi-process applications where a shared cache backend is essential.
Related issues:
- https://github.com/karpetrosyan/hishel/issues/357
- https://github.com/karpetrosyan/hishel/issues/425