Skip to content

Distributed cache with Redis #22

Description

@Leefrost

Working with large amounts of saved data will increase memory use dramatically. In-memory cache is fine if we are working with short-lived objects or with systems with not frequent cache peaks. Any app crashes or restarts will also clean up all the cached data.

For long-lived cache entities, or for very highly loaded systems it is recommended to use distributed caching. The app should store cache outside of the working process - another app, process, database, etc.

Going to add a very simple distributed cache based on Redis instances - data will be stored outside on single or cluster type Redis blocks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions