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).
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).