openresty / lua-resty-memcached

Lua memcached client driver for the ngx_lua based on the cosocket API
210 stars 63 forks source link

memcache touch method #5

Closed pawelsocha closed 11 years ago

pawelsocha commented 11 years ago

Simple method for updating exptime for key :-)

agentzh commented 11 years ago

Thank you for the patch! But could you please add a test case for this new feature? Thanks!

agentzh commented 11 years ago

Just applied your patch to master. Thank you for your contribution! And sorry for the long delay on my side!