Package net.rubyeye.xmemcached.command


package net.rubyeye.xmemcached.command

Memcached protocol implementations

  • Class
    Description
    Assoc commands aware interface.Association commands mean that commands has the same key.
    Binary protocol command factory
    Abstract Memcached Command
    Command 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 map
    Merge 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,ADD
    Command Factory for creating text protocol commands.
    Abstract verbosity command for text protocol