awesomized / libmemcached

Resurrection of libmemcached
https://awesomized.github.io/libmemcached/
BSD 3-Clause "New" or "Revised" License
45 stars 26 forks source link

Add support for GAT (Get And Touch) #144

Open khepin opened 3 months ago

khepin commented 3 months ago

The GAT command seems to have been available in Memcached server for a while but as far as I can tell it is not implemented by this library yet.

Are there specific reasons why this cannot be part of this library or was there never much demand for it and it never got implemented?

Would it be possible to add GAT support in libmemcached?