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

Possible support for ASCII protocol? #176

Open
johnphilip283 opened this issue Mar 25, 2024 · 3 comments
Open

Possible support for ASCII protocol? #176

johnphilip283 opened this issue Mar 25, 2024 · 3 comments

Comments

@johnphilip283
Copy link

It would be very nice to support an API that allowed users to switch the protocol being used from binary to ASCII, or vice versa.

@saschat
Copy link
Member

saschat commented Mar 25, 2024

Why not use a ASCII client such as https://github.com/3rd-Eden/memcached?

@moomoo-dev
Copy link

Why not use a ASCII client such as https://github.com/3rd-Eden/memcached?

It's not really being maintained anymore .

@adworacz
Copy link

It should also be noted that Memcache explicitly states that the binary protocol is deprecated and shouldn't be used any more.

Instead they recommend their "Meta" text based protocol.

https://docs.memcached.org/protocols/

Memcached supports a basic Text and Meta Text protocol. There is also a deprecated “binary” which no longer receives updates. The Meta protocol is more efficient than the older binary protocol, is cross compatible with the Text protocol. It is recommended for all new clients.

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

4 participants