Hello!
On Fri, Apr 4, 2014 at 6:44 AM, Brian Akins wrote:
> incr does not reset expiry and there currently is no way to update expire
> without setting a value. Expire times are internally set to absolute times
> rather than ttl's. I suppose an option table to incr/decr could set a new
> ttl. Also a "touch" command may be useful. If someone had time, these would
> be fairly easy to add.
>
I think a "expire" command (similar to Redis's) is more flexible than
"touch" and it is a good thing to have :)
See
http://redis.io/commands/expire
And yeah, volunteers welcome!
Best regards,
-agentzh