Package net.rubyeye.xmemcached.command
package net.rubyeye.xmemcached.command
Memcached protocol implementations
-
ClassDescriptionAssoc commands aware interface.Association commands mean that commands has the same key.Binary protocol command factoryAbstract Memcached CommandCommand Type for memcached protocol.Kestrel is a message queue written in scala by robey(http://github.com/robey/kestrel).It's protocol use memcached text protocol,so you can use any memcached clients to talk with it.But it's protocol implementation is not all compatible with memcached standard protocol,So xmemcached supply this command factory for it.Command which implement this interface,it's return value is a mapMerge commands aware interface.Merge commands mean that merge get commands to a bulk-get commands.Command status.Server address aware interface.Command which implement this interface have these methods to getter/setter memcached's InetSocketAddress.A store command interface for STORE commands such as SET,ADDCommand Factory for creating text protocol commands.Abstract verbosity command for text protocol