arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 127 forks source link

Touch command #60

Closed avsej closed 13 years ago

avsej commented 13 years ago

Hi guys

This patch includes implementation of TOUCH command. Touch is used to set a new expiration time for an existing item. Patch depends on 4 previous commits which I published earlier (#56, #57, #58, #59) and I can rebase it after you make a decision.

Thanks

evan commented 13 years ago

Blocked on proposed change to "Allow custom stats". Thanks!

avsej commented 13 years ago

This changeset is rebased too