memc-nginx-module icon indicating copy to clipboard operation
memc-nginx-module copied to clipboard

Support touch command

Open jaderhs opened this issue 12 years ago • 1 comments

The "touch" command is used to update the expiration time of an existing item without fetching it.

touch [noreply]\r\n

Would be an interesting feature.

jaderhs avatar Sep 09 '13 22:09 jaderhs

This support is implemented in the lua-resty-memcached library:

https://github.com/agentzh/lua-resty-memcached

You can use it for now.

I don't mind adding support for "touch" to ngx_memc but I don't have the time to implement it myself. Patches welcome :)

agentzh avatar Sep 09 '13 22:09 agentzh