2.2.5 • Published 9 years ago
catbox-couchbase v2.2.5
catbox-couchbase
Couchbase adapter for catbox.
Installation
npm install catbox-couchbaseUsage
Options
location- Couchbase cluster location. Defaultlocalhost:8091bucket- Couchbase bucket. Default:defaultpartition- Cache key prefix. Partition is intentionally used for cache key prefix since Couchbase recommends <= 10 buckets for per cluster. Also Catbox sets partition tocatboxif it is not defined so useNONEfor no partition.flags- FlagskeepAlive- Keep connection alive. DefaulttruebypassCacheOnConnError- Bypass cache if there is a connection error. Defaultfalsedebug- 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.