Running Dragonfly in Memcached mode doesn't support value >~ 64 Kbytes?

when you get a chance sent me the logs as well as the version of DF you are using. Also, are you building from source ?

I’m using the latest image: docker.dragonflydb.io/dragonflydb/dragonfly
“org.opencontainers.image.revision”: “b1ba29f9c7e18eb2b6be3824c807e74cb5d17529”,

It looks like there are no errors in the logs:

I20231101 20:06:31.727885   855 init.cc:70] /usr/local/bin/dragonfly running in opt mode.
* Logs will be written to the first available of the following paths:
/tmp/dragonfly.*
./dragonfly.*
* For the available flags type dragonfly [--help | --helpfull]
* Documentation can be found at: https://www.dragonflydb.io/docs
I20231101 20:06:31.728615   855 dfly_main.cc:798] Starting dragonfly df-v1.11.0-c6f8f3882a276f6016042016c94401242d9c5365
I20231101 20:06:31.728896   855 dfly_main.cc:842] maxmemory has not been specified. Deciding myself....
I20231101 20:06:31.728925   855 dfly_main.cc:851] Found 85.56GiB available memory. Setting maxmemory to 68.45GiB
I20231101 20:06:31.732857   859 uring_proactor.cc:157] IORing with 1024 entries, allocated 102720 bytes, cq_entries is 2048
I20231101 20:06:31.733124   855 proactor_pool.cc:147] Running 1 io threads
I20231101 20:06:31.740149   855 snapshot_storage.cc:112] Load snapshot: Searching for snapshot in directory: "/root"
I20231101 20:06:31.740758   855 server_family.cc:536] Loading /root/dump-2023-11-01T12:14:10-summary.dfs
I20231101 20:06:31.743201   859 server_family.cc:585] Load finished, num keys read: 1
I20231101 20:06:31.757381   859 listener_interface.cc:83] sock[5] AcceptServer - listening on port 6379
I20231101 20:06:31.757481   859 listener_interface.cc:83] sock[7] AcceptServer - listening on port 11211

ok ok, let me work on this for a little more and then I will ping

I found the issue, I will fix it and ping

@egalitarian-kangaroo I just pushed a PR

once it’s merged, you can either try it by compiling master, or wait for a week to get the weekly docker image