debasishg / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
1.02k stars 219 forks source link

can you support sentinel #294

Open yangyongyongyong opened 2 years ago

yangyongyongyong commented 2 years ago

希望scala的包又多又好

zhan-ge commented 2 years ago

希望scala的包又多又好

这只是一个 Redis 客户端,Sentinel 要解决的问题不应该出现在一个简单的客户端层,应该在中间件层、以用户无感知的方式实现。

yangyongyongyong commented 2 years ago

但是客户端连接需要支持配置sentinel模式. jedis等等都可以

cleliofs commented 2 years ago

@debasishg Please, could you confirm this? whether this Redis client supports Sentinels for monitoring and failover scenarios handling? TIA

debasishg commented 2 years ago

@cleliofs No, it does not support sentinels.