I want to build a high available Redis datastore which I'd configure with the Redis-Sentinel. In order to Connect to this Sentinel with a Delphi Redis Client, how will it be done?
As the Documentation of Redis tells, it is required that the used Redis Client supports Redis-Sentinel. I didn't fine that Sentinel is supported in that mentioded Redis Client for Delphi.
Could please tell me some hone how to Connect to Redis-Sentinel with or without functionality of given Client?
Thanks a lot in advance