Memcached protocol is one of the most popular protocols on the internet, wqs will partially support the memcached text protocl, including "set", "get" command.
We can post a message over text memcached protocol:
set queuename 0 0 11\r\nhello world\r\n
also we can consume the message simply as following:
Memcached protocol is one of the most popular protocols on the internet, wqs will partially support the memcached text protocl, including "set", "get" command. We can post a message over text memcached protocol:
also we can consume the message simply as following: