-
Notifications
You must be signed in to change notification settings - Fork 981
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
Potential incompatibility with ruby memcached client #4348
Labels
enhancement
New feature or request
Comments
Probably same like #3071 we do not support memcache binary protocol |
Trying with
getting
|
yeah, we do not support both meta nor binary. |
romange
added
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Dec 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using dali client set commands times out
To Reproduce
Steps to reproduce the behavior:
install ruby and dali
sudo apt update
sudo apt install ruby-full
sudo gem install dalli
create test.rb with the following content
Run dragonfly
docker run --pull always --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly:latest --memcached_port 11211
Run ruby script
ruby test.rb
Expected behavior
Expect script to print response but it times out instead
The following script succeeds
The text was updated successfully, but these errors were encountered: