1.2.0 • Published 10 years ago
catbox-rethinkdb v1.2.0
catbox-rethinkdb
RethinkDB adapter for catbox
still only about 87% test coverage right now.
Options
host- the RethinkDB server hostname. Defaults to'127.0.0.1'.port- the RethinkDB server port or unix domain socket path. Defaults to28015.db- the RethinkDB database. Defaults tocatboxtable- The RethinkDB table under the db to store. Defaults tocatboxflushInterval- Since RethinkDB does not have ttl yet this sets how often to flush expiredAt records. Defaults to60000
Tests
The test suite expects a RethinkDB server to be running on port 28015.
rethinkdb && npm test