-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 6.0-HF32
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Cache, Notifications
-
Epic Link:
Current RedisCache implementation queries Redis server for every get().
This cannot scale.
This implementation should be upgraded, in order to have a local cache, and to query Redis server only for entries that are not in the local cache.
Note that in cluster mode, it will be needed to have a way to notify every node of the invalidation of a cache entry.
- depends on
-
NXP-20812 Notification service for every node of a cluster
- Open