githubkit icon indicating copy to clipboard operation
githubkit copied to clipboard

hishel 1.0 support

Open phil65 opened this issue 3 months ago • 2 comments

Would be great if the library could support (or migrate to) hishel 1.0. Is that planned? Thank you! :)

phil65 avatar Nov 27 '25 17:11 phil65

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.

yanyongyu avatar Nov 28 '25 00:11 yanyongyu

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

yanyongyu avatar Dec 07 '25 10:12 yanyongyu