We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const options: Redis.ClusterOptions['redisOptions'] | Redis.RedisOptions = { socketTimeout: 3000,}; const redis = new Redis.Redis(REDIS_NODES[0], options); const redisPublisher = redis.duplicate(); const redisSubscriber = redis.duplicate();
The second instance keeps giving error {"error":{"stack":"Error: Socket timeout. Expecting data, but didn't receive any in 3000ms
{"error":{"stack":"Error: Socket timeout. Expecting data, but didn't receive any in 3000ms
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The second instance keeps giving error
{"error":{"stack":"Error: Socket timeout. Expecting data, but didn't receive any in 3000ms
The text was updated successfully, but these errors were encountered: