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

Is not working with twemproxy #5

Closed
silviucpp opened this issue Jul 21, 2015 · 4 comments
Closed

Is not working with twemproxy #5

silviucpp opened this issue Jul 21, 2015 · 4 comments

Comments

@silviucpp
Copy link

If I connect directly to memcache server is working fine. If I connect to twemproxy (https://github.com/twitter/twemproxy) is not working. I receive the following error:
anchor:get(<<"foo">>).
{error,tcp_closed}
23:15:39.337 [warning] [anchor] tcp closed

On the same twemproxy server other clients (both memcache php clients) are working fine.

@lpgauth
Copy link
Owner

lpgauth commented Jul 22, 2015

Hi, Twemproxy only support the ASCII protocol, not the binary one.

https://github.com/twitter/twemproxy/blob/master/README.md#features

@silviucpp
Copy link
Author

Thx for your feedback ! I found another erlang driver with support for both protocols. You don't have any plan to support the ascii protocol ? Twemproxy it's pretty cool.

@lpgauth
Copy link
Owner

lpgauth commented Jul 22, 2015

I'll add it to the roadmap, shouldn't be too hard to support.

@lpgauth lpgauth closed this as completed Jul 22, 2015
@silviucpp
Copy link
Author

Hello Philippe,

Do you have any idea when we can expect this to be implemented ?

Silviu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants