Couchbase adapter for catbox.
npm install catbox-couchbase
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.
Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.