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

Memcache Plugin: Support memcached protocol #141

Closed
kimchy opened this issue Apr 17, 2010 · 1 comment
Closed

Memcache Plugin: Support memcached protocol #141

kimchy opened this issue Apr 17, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Apr 17, 2010

Allow to use memcached protocol to interact with elasticsearch. Basically, the idea is to expose elasticsearch REST interface over memcached protocol. In general, the key part of the protocol is the REST uri used. For set command, the body is the REST body (http body). For get commands, the return payload is the body. set translates to POST, get translates to GET, and delete translates to DELETE. Note, this are the only commands implemented (and quit).

Note, memcached imposes restrictions compared to the REST protocol. set can not return a body for the response, and get can't accept body for the request (note, the uri can have query parameters).

@kimchy
Copy link
Member Author

kimchy commented Apr 17, 2010

implemented.

cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
Retry all curl operations by default.  Also don't rely on outdated
system packages for pip3 but install it locally.

Relates elastic#141
This issue was closed.
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

1 participant