1.2.0 • Published 8 years ago

catbox-rethinkdb v1.2.0

Weekly downloads
4
License
-
Repository
github
Last release
8 years ago

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 to 28015.
  • db - the RethinkDB database. Defaults to catbox
  • table - The RethinkDB table under the db to store. Defaults to catbox
  • flushInterval - Since RethinkDB does not have ttl yet this sets how often to flush expiredAt records. Defaults to 60000

Tests

The test suite expects a RethinkDB server to be running on port 28015.

rethinkdb && npm test
1.2.0

8 years ago

1.1.0

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago