catbox-couchbase
v2.2.5
Published
Couchbase adapter for catbox
Downloads
37
Readme
catbox-couchbase
Couchbase adapter for catbox.
Installation
npm install catbox-couchbase
Usage
Options
location
- Couchbase cluster location. Defaultlocalhost:8091
bucket
- Couchbase bucket. Default:default
partition
- Cache key prefix. Partition is intentionally used for cache key prefix since Couchbase recommends <= 10 buckets for per cluster. Also Catbox sets partition tocatbox
if it is not defined so useNONE
for no partition.flags
- FlagskeepAlive
- Keep connection alive. Defaulttrue
bypassCacheOnConnError
- Bypass cache if there is a connection error. Defaultfalse
debug
- List of flags (['events']
) for debugging. Default[]
See catbox client and couchbase for more details and options.
License
Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.