quote-cache
v0.1.0
Published
Key-Value store with subscriptions
Downloads
5
Maintainers
Readme
Quote Cache
Simple key-value store, backed by PouchDB/CouchDB, REDIS, or local in-memory object
Exports
###DBCollection
Base class, with all possible functions
###LocalDBCollection
In-memory, object-based
Options: none
###RedisDBCollection
Redis-backed
Options:
- host
- port
###PouchDBCollection
PouchDB/CouchDB-backed
Options are all passed to the PouchDB constructor. The PouchDB implementation includes the in-memory adapter.