node-redis icon indicating copy to clipboard operation
node-redis copied to clipboard

SET Key is setting a different expiration time with Amazon ElastiCache

Open jeff-pal opened this issue 2 years ago • 0 comments

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);

image

Environment:

jeff-pal avatar Apr 29 '22 01:04 jeff-pal