-
Type: Task
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 7.10
-
Fix Version/s: QualifiedToSchedule
-
Component/s: TransientStore
-
Epic Link:
-
Tags:
-
Story Points:3
Theoretically needed in:
getParameters(String key) getBlobs(String key) remove(String key) persistBlobs(String key, long sizeOfBlobs, List<Map<String, String>> blobInfos) removeAllEntries()
We'll use the MULTI / EXEC commands (+ maybe WATCH).
Might want to implement a unit test simulating concurrent read / write access to blobs / parameters of a same storage entry to illustrate the need of such transactions.
Might also want to use pipelines when possible, typically when executing a Redis command inside a for statement.
- depends on
-
NXP-18050 Refactor and finalize TransientStore
- Resolved