Node-redis: Add support for SET with KEEPTTL

Created on 2 May 2020  路  1Comment  路  Source: NodeRedis/node-redis

Issue

Redis 6 introduced support for the KEEPTTL flag when using SET.
https://redis.io/commands/set

Most helpful comment

@martinzuern Works without changes - KEEPTTL would just be an argument after your value.

>All comments

@martinzuern Works without changes - KEEPTTL would just be an argument after your value.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

shmendo picture shmendo  路  6Comments

Mickael-van-der-Beek picture Mickael-van-der-Beek  路  6Comments

juriansluiman picture juriansluiman  路  3Comments

yuany picture yuany  路  4Comments

abhaygarg picture abhaygarg  路  5Comments