Class Memcache::Server
In: lib/memcache/server.rb
Parent: Base

Methods

add   alive?   append   cache_key   cas   clone   close   count   decr   delete   flush_all   get   incr   input_key   inspect   name   new   prepend   replace   set   stats   strict_reads?  

Constants

CONNECT_TIMEOUT = 1.0
READ_RETRY_DELAY = 5.0
DEFAULT_PORT = 11211
ESCAPE = { " " => '\s', "\t" => '\t', "\n" => '\n', "\v" => '\v', "\f" => '\f', "\\" => '\\\\', }
UNESCAPE = ESCAPE.invert

Attributes

host  [R] 
port  [R] 
retry_at  [R] 
status  [R] 

Public Class methods

Public Instance methods

Protected Instance methods

[Validate]