You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
Thanks for the awesome library! It's working really well for us. We ping redis occasionally during our routine health check process and noticed the PING command was missing along with a few others. Not sure if all of these make sense to implement, but I pasted below a quick diff of missing ones from Redis' website.
I released version v0.3.4 with PING and ECHO support.
However as you said I am not sure it is necessary to implement all the methods you listed. I think I'll add them as users need them, so let me know if you need another unimplemented command. Also, PR are always welcome !
Thanks for the awesome library! It's working really well for us. We ping redis occasionally during our routine health check process and noticed the
PING
command was missing along with a few others. Not sure if all of these make sense to implement, but I pasted below a quick diff of missing ones from Redis' website.Navigate to https://redis.io/commands, open the inspector and paste:
Then take that output and put into a repl:
In my case, the output was:
The text was updated successfully, but these errors were encountered: