I'm using Redis as an optional cache layer. if its failed to connect - it is wait infinitely on GET command and not tried to set `commandsQueueMaxLength:0` is it any other way to change behavior to fail on operations if its not yet connected? or in worse case specify operation timeout **Environment:** - **Node.js Version**: 14 - **Redis Server Version**: 6.0.5 - **Node Redis Version**: 4.0.3 - **Platform**: Mac OS 12