stefanwille / crystal-redis

Full featured Redis client for Crystal
MIT License
381 stars 61 forks source link

Feature request: KEEPTTL with the SET command #124

Open haarts opened 2 years ago

haarts commented 2 years ago

The SET command allows for the TTL to remain, see the KEEPTTL argument here: https://redis.io/commands/set

It would be great to have that here too.