S
smisk

memcached

Memcached-based IPC store. Requires a running memcached server. Suitable for distributed deployments where session data must be shared across multiple hosts.

Functions

smisk.ipc.memcached.connect(servers)
Parametersservers (list) — list of "host:port" strings
Return typeSharedDict

Classes

class smisk.ipc.memcached.SharedDict

A dict-like interface backed by a memcached cluster. Provides the same API as smisk.ipc.bsddb.SharedDict.