node-redis
node-redis copied to clipboard
SET Key is setting a different expiration time with Amazon ElastiCache
Why the client.set
would set a totally different expiration time in Amazon ElastiCache? For 4200 seconds is being setting up around 7200597 seconds (more than 2 months).
client.set('myKey', value, 'EX', 4200, 'NX', callback);

Environment:
- Node Redis Version: [email protected]
- Platform: Amazon ElastiCache