The Store class
- class mktl.Store(name)
The
Storeimplements a key/value store, effectively a Python dictionary with some additional context. A store has a unique name within the local mKTL context; which daemons will be contacted to handle further requests is determined on a per-Item basis, re-use of connections is managed in themktl.protocolsubmodule, not here.- Variables:
name – The name of this store.
config – The
mktl.config.Configurationinstance for this store.
- keys()
Return a sequence of all keys in this store.