Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add memory backend #60

Open
prabirshrestha opened this issue Jan 11, 2023 · 3 comments
Open

Add memory backend #60

prabirshrestha opened this issue Jan 11, 2023 · 3 comments
Assignees
Labels
backend Cache backend related issues in-memory In-memory backend related issues
Milestone

Comments

@prabirshrestha
Copy link

Any plans to add memory backend? I see it is mentioned in README.

Might be could reuse existing libraries such as https://lib.rs/crates/stretto or https://lib.rs/crates/moka?

@singulared
Copy link
Member

Hi, thanks for your attention to this project!
Of course, we have plans to integrate the in-memory backend. It's one of our high-priority goals at this moment.

@singulared singulared added backend Cache backend related issues in-memory In-memory backend related issues labels Jul 5, 2023
@AndreyErmilov
Copy link
Contributor

Hi @prabirshrestha, we are about to release a new version of Hitbox based on Tower service infrastructure. So I would like to ask you, is it important for you to have in-memory backend in Actix-based version of Hitbox or is it not so important and you don't mind switching to Tower / Axum?

@singulared singulared changed the title Add memory backed Add memory backend Jul 5, 2023
@prabirshrestha
Copy link
Author

I'm looking it to use in Salvo and a worker so not sure how it would be related to actix or tower/Axum as I would expect the redis and memory backend to be agnostic of a web framework.

@singulared singulared added this to the hitboxd-alpha milestone Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Cache backend related issues in-memory In-memory backend related issues
Projects
None yet
Development

No branches or pull requests

3 participants