weibocom / wqs

微博的消息服务中间件。
Other
189 stars 58 forks source link

Add support for memcachd protocal #4

Closed icycrystal4 closed 8 years ago

icycrystal4 commented 8 years ago

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:

get queuename\r\n
jackael9856 commented 8 years ago

the alpha release has supported memcached text protocol