0.1.0 • Published 4 years ago

quote-cache v0.1.0

Weekly downloads
13
License
-
Repository
-
Last release
4 years ago

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.