Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement "gat" #17

Closed
doits opened this issue Apr 4, 2012 · 8 comments
Closed

implement "gat" #17

doits opened this issue Apr 4, 2012 · 8 comments

Comments

@doits
Copy link

doits commented Apr 4, 2012

Would be nice to have the "gat"-command ("get and touch") for the binary mode. First seen in memcached 1.4.8: https://code.google.com/p/memcached/wiki/ReleaseNotes148

@vkartaviy
Copy link

+1 for the "gat" command

@mkoppanen
Copy link
Member

Is this available in libmemcached?

@bengosney
Copy link

+1 for the "gat" command

@aran112000
Copy link

+1 for the "gat" and "touch" commands

@mkoppanen
Copy link
Member

touch command exists already. I am not sure if GAT is supported by libmemcached

@aran112000
Copy link

Looking at libmemcached, GAT is supported:
https://github.com/tony2001/libmemcached/blob/master/libmemcachedprotocol-0.0/binary.h

Just re-checked the PHP docs and spotted it - Thanks @mkoppanen:
http://uk1.php.net/manual/en/memcached.touch.php

@mkoppanen
Copy link
Member

@aran112000,

the URL you linked to is the protocol handler for memcached (i.e. when you're creating your own server-side implementation of memcached protocol). I haven't seen client side support for GAT.

@sodabrew
Copy link
Contributor

sodabrew commented Feb 7, 2017

libmemcached does not provide a command wrapper for gat.

@sodabrew sodabrew closed this as completed Feb 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants