redis-node icon indicating copy to clipboard operation
redis-node copied to clipboard

Support for Redis 'ping'

Open dmarti opened this issue 14 years ago • 0 comments

I'm trying to make sure to create a new redisClient and then "ping" it immediately, so that if Redis is not running, the application fails on startup instead of on the first real Redis command. (Current workaround: "get" a non-existent key.)

dmarti avatar Jul 14 '11 17:07 dmarti