can I configure MemoryDB for Redis in sentinel mode?

0

can I configure MemoryDB for Redis in sentinel mode? I can't find any parameter the contains 'sentinel'.

li
asked 2 years ago457 views
2 Answers
0

'sentinel' is a High Availability feature. If you require HA, see High availability using replication groups. Part of the managed service is to manage this replication and detection of problems and replacement of nodes.

profile pictureAWS
answered 2 years ago
0

MemoryDB has HA built into it from the ground up - it is a good practice to start memoryDB with atleast one read replica for HA and quick failover if and when a primary fails. There is no logical reason to run Redis in Sentinel mode on MemoryDB, IMO.

profile pictureAWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions