zio / zio-redis

A ZIO-based redis client
https://zio.github.io/zio-redis
Apache License 2.0
123 stars 64 forks source link

Re-Add `PING` connection command #919

Open DiogoLAzores opened 1 year ago

DiogoLAzores commented 1 year ago

During #825, the PING command, alongside other connection commands, was removed since it was considered useless.

At the moment, said command would be useful for my company's health endpoints, as it can attest the healthy communication of each API with Redis.

Since there was no explicit reason for those commands to be removed, would this topic be pertinent? Why was PING removed?

Thanks in advance for you time!

mijicd commented 8 months ago

Sorry for the delayed answer. It was likely among the "rarely found" commands in some other clients. I don't mind reintroducing it. If you have cycles feel free to submit a PR, otherwise we will tackle it.