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
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.)