Reputation: 58
I'm accessing MemoryStore from java/kubernetes using the 'lettuce' client. Can I expect a 'get' to be strongly consistent with GCP MemoryStore?
Upvotes: 1
Views: 652
Reputation: 9810
Memorystore for Redis isn't a distributed data store so you always query one single instance. There's no consistency issue in play.
For completeness, Memorystore for Redis offers 2 service tiers:
Upvotes: 4