11

I'm trying to make a Memcached server respond as if I were using a binary protocol. If possible just command line answers pls, no code snippet in any programming language.

fafrd
  • 103
  • 3

1 Answers1

18

Just use:

echo -e '\x80' | nc host port
Florin Asăvoaie
  • 6,932
  • 22
  • 35