redis-node
redis-node copied to clipboard
Support for Redis 'ping'
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.)