3.2.0 • Published 10 years ago
catbox-memcached2 v3.2.0
catbox-memcached2
Memcached adapter for catbox. Supports events, more than 30 days ttl and ready to use for production.
Installation
npm install catbox-memcached2Usage
Options
location- Memcached server location. Defaultlocalhost:11211partition- Cache key prefix. Catbox sets partition tocatboxif it is not defined so useNONEfor no partition.poolSize- Connection pool size. Default10minTimeout- Connection pool retry min delay before retrying. Default0retries- Connection pool retries to pull connection from pool. Default0reconnect- Reconnect delay after server is dead. Default1000msfailures- Number of failure before marked server as dead. Default1retry- Retry delay when server has an error. Default1000msidle- Idle time before removing connection from pool. Default60000msflags- FlagsbypassCacheOnConnError- Bypass cache if there is a connection error. Defaultfalsedebug- List of flags (['events']) for debugging. Default[]
See catbox client and memcached 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.
