Top "Ioredis" questions

A robust, performance-focused and full-featured Redis client for Node and io.

Nodejs IOREDIS: how to set expire time for a key?

I am connecting to a Redis sentinel using the code given below var Redis = require('ioredis'); var redis = new Redis({ …

node.js redis ioredis
Redis sentinel not connect to master: Error: READONLY You can't write against a read only slave?

I have this redis replication with sentinel architect: 5 servers: .1, .2, .3, .4 and .5 .1: nodejs app, redis master, redis sentinel .2: nodejs app, redis slave .3: …

node.js redis-sentinel ioredis
ioredis Unhandled error event: Error: connect ETIMEDOUT

Has anyone encountered below error while connecting to standalone redis server using node js ioredis package? Below is the error …

node.js ioredis