mongoose: Mongoose Object Store Backend

Description Usage Arguments Note

Description

Specify connection details for a mongoose web service object store backend, the default simple back end included in the feathercache package.

Usage

1
mongoose(uri, ...)

Arguments

uri

The serivce uri, for instance http://localhost:8000.

...

Optional service parameters including:

  • userOptional HTTP digest authentication user name

  • passwordOptional HTTP digest authentication user password

  • ssl_verifyhostOptional SSL/TLS host verification, defaults to 0 (no verification)

  • ssl_verifypeerOptional SSL/TLS peer verification, defaults to 0 (no verification)

  • redirect_limitShould be set to the mongoose cluster size, defaults to 3

  • compressionEither 'lz4', 'xz', 'gzip' or 'none'.

Note

The mongoose back end stores R values in compressed (unless compression='none'), serialized form. Default compression is lz4; change using the compression option.


bwlewis/feathercache documentation built on May 13, 2019, 9:06 a.m.