interfaceRedisOptionsinterface RedisOptionsautoReconnect?: booleanWhether to automatically reconnectconnectionTimeout?: numberConnection timeout in millisecondsenableAutoPipelining?: booleanWhether to enable auto-pipeliningenableOfflineQueue?: booleanWhether to queue commands when disconnectedidleTimeout?: numberIdle timeout in millisecondsmaxRetries?: numberMaximum number of reconnection attemptstls?: boolean | TLSOptionsTLS options Can be a boolean or an object with TLS options