Reputation: 13404
I'm using the gem redis-rb to build some Ruby on Rails apps that are using redis.
I'd like to build in some logic to periodically check to see the redis instance I'm connected to has gone away.
What's the lowest overhead, fastest way of doing so?
Upvotes: 1
Views: 171