Skip to content

Improve backend caching setup #347

@jonerrr

Description

@jonerrr

We really don't need Redis for caching since no external services need to access the data inside. It makes more sense to use some caching library and use some library like moka / dashmap. If we want to save stuff to disk, maybe we can use rkyv (although it will probably be easier to just recreate the cache at startup).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestrustPull requests that update Rust code

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions