cluster-cache
cluster-cache copied to clipboard
node-cache wrapper for use with cluster in node.js
Results
3
cluster-cache issues
Sort by
recently updated
recently updated
newest added
I noticed you're using version 1.1.0 of node-cache, any plans on upgrading the node-cache version?
Currently, workers do well getting the cache. However, the master won't be able to access the cache itself. I have a workaround by adding something like this on cluster-node-cache.js: ```...
enhancement
When the library is initialised in a non cluster environment, nothing is returned.