dotnetcore / dotnetcore/EasyCaching
Feature Request: Distributed in-memory cache using gossip protocol
Open
enhancement
help wanted
- Dominant language
- C#
- Stars
- 2.1k
- Forks
- 336
- PR merge metrics
- No merged PRs in 30d
Description
This is more of a feature request to support scenario of a horizontally-scaled application which doesn't have the liberty to use Redis.
The idea is to have cache data in-memory, but allow one instance to invalidate the cache of other instances.
A form of gossip protocol can be used to identify nodes of an application.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.