Auto-compaction for CouchDB evictor. Just call lambdaroyal.memory.eviction.couchdb/schedule-compaction with parameters _eviction-channel and context, this starts the eviction right away and recurs this everyday midnight
Adding attribute indexes dynamically at runtime. Refer to context namespace
EvictorChannel protocol changed
ATTENTION Evictor Channels are not backward compatible to ver < 0.9 The respective delete function must incooperate a additional parameter that denotes the user value of the association that was just deleted, rather than only the the collection key and the keyval key
CouchDB EvictorChannel does not stop default on failed retries anymore. Set atom lambdaroyal.memory.eviction.couchdb/stop-on-fatal to true iff you desire the old behaviour