How to check health status from Java using JRedisGraph

Hi team,

I’m using JRedisGraph api for database operation on redis graph.

I need to implement an health status of my application. I need to check the health of redis graph also in this process. What’s the best way that redis offers to check the active connection or health check-up of redis.

Thanks in advance for your help

Banu

Hi
Although JRedisGraph uses Jedis as its Redis driver, we currently do now expose the Jedis API via JRedisGraph. The Jedis API allows executing Redis Commands, “PING” included, which is the most simple command to check your server health. If this request is still relevant, please open an issue at https://github.com/RedisGraph/JRedisGraph/issues.