-
Notifications
You must be signed in to change notification settings - Fork 991
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
Are there support memcached binary protocols? #303
Comments
indeed, we have not implement memcached binary support yet. |
Are there any plan to support binary protocols? thanks |
Yes, we have plans. Pls dm me at discord or send me an email - I would like to understand your use case better before prioritizing this task. |
This is my complete use case. |
I am not talking about a reproducible test, I am talking about your system in general. Why do you use memcache in 2022 when writing a new code and cetera. |
: ) In my case
Thanks. |
Ok, so it's actually an interesting use-case for us and this is why I wanted to chat with you. You prefer talking here? Discord is faster... |
Yes, I never used Discord, so this is better : ) |
ok,
my email is roman -at- dragonflydb.io - feel free to reach out there (I hope you used email before 😉 ) |
Prioritize other features, because the old system has been running for a long time. For performance, stability is the priority, so we can wait for your binary protocol support. : ) Thanks! I send same email too. |
(I think) we're looking for support of binary protocols too. This is an example get request,
Memcached responds with a normal result / key not found response, but dragonfly there is only a tcp ack, and then nothing else is sent - causing the client to log error 31 (timeout), and send the fin/rst after the configured timeout (5s in our case). It would be helpful for the server to respond with something more helpful, maybe |
how can I send a binary request easily? |
Describe the bug
When I use text protocols, everything is ok. But when I use binary mode, the program will report an error.
To Reproduce
Expected behavior
work to ok.
Screenshots
Environment (please complete the following information):
Reproducible Code Snippet
The text was updated successfully, but these errors were encountered: