Y
Hacker News
new
|
ask
|
show
|
jobs
by
xiwenc
1060 days ago
In the past i used SQS where the client can extend the TTL of a given message (or lock in this case?) while it is still alive. Isn’t that possible with Redis?
1 comments
TheCycoONE
1060 days ago
It is, with quite a bit of flexibility
https://redis.io/commands/expire/
link