How to connect with Delphi to redis-sentinel

513 Views Asked by At

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

0

There are 0 best solutions below