| Home | Trees | Indices | Help |
|
|---|
|
|
This module implements a memcache API implementation and connector.
Author: André Malo
|
|||
|
MemcacheError Memcache communication error |
|||
|
MemcacheConnectError Memcache connect error |
|||
|
CommandError Unrecognized command |
|||
|
ClientError Invalid command line |
|||
|
ServerError Server error |
|||
|
UnknownError Unknown error from the server |
|||
|
Memcache Memcache cluster proxy |
|||
|
MemcacheConnection Memcache connection representation |
|||
|
MemcacheConnectionPool Memcache connection pool |
|||
|
|||
| int |
DEFAULT_PORT = 11211Memcache default port |
||
| str |
CRLF = CRLF sequence, which finishs most of memcache's commands |
||
| dict |
TYPEMAP = Type map (id -> codec) |
||
| int |
FLAG_COMPRESSED = 256Flag for compressed storage |
||
| int |
FLAG_PADDED = 512Flag for padded storage |
||
| int |
FLAG_SPLIT = 1024Flag for split storage |
||
| int |
NO_FLAGS = -1793Bit mask for checking invalid flag bits |
||
| int |
STATE_GRACE = 0Dead state "grace" |
||
| int |
STATE_RETRY = 1Dead state "retry" |
||
__package__ =
|
|||
|
|||
TYPEMAPType map (id -> codec)
|
| Home | Trees | Indices | Help |
|
|---|