MemcacheQ is a memcachedb variant that provides a simple message quque service. Getting Started =============== Commands: --------- Only two commands are used to operate the quque: * append a message to the tail of quque set q 0 0 \r\n \r\n STORED\r\n * pop a message from the head of quque get q\r\n VALUE q 0 \r\n \r\n END\r\n Examples: --------- Assuming you are using PHP memcache,