cache-manager
Advanced tools
Comparing version 0.1.0 to 0.1.1
// Setup: | ||
// npm install redis | ||
// npm install sol-redis-pool | ||
// node examples/redis_example/example.js | ||
@@ -39,2 +40,3 @@ var cache_manager = require('../../'); | ||
console.log(user); | ||
process.exit(); | ||
}); | ||
@@ -47,3 +49,1 @@ }); | ||
// { id: 123, name: 'Bob' } | ||
process.exit(); |
@@ -0,1 +1,4 @@ | ||
- 0.1.1 2013-10-13 | ||
Travis and Coveralls integration testing. | ||
- 0.1.0 2013-10-13 | ||
@@ -2,0 +5,0 @@ Removing built-in Redis store to emphasize that you should plug in your own |
{ | ||
"name": "cache-manager", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Cache module for Node.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "make" | ||
}, | ||
@@ -26,2 +26,3 @@ "repository": { | ||
"devDependencies": { | ||
"coveralls": "~2.3.0", | ||
"istanbul": ">=0.1.29", | ||
@@ -28,0 +29,0 @@ "jshint": ">=1.0.1", |
@@ -0,1 +1,4 @@ | ||
[![build status](https://secure.travis-ci.org/BryanDonovan/node-cache-manager.png)](http://travis-ci.org/BryanDonovan/node-cache-manager) | ||
[![Coverage Status](https://coveralls.io/repos/BryanDonovan/node-cache-manager/badge.png?branch=master)](https://coveralls.io/r/BryanDonovan/node-cache-manager?branch=master) | ||
node-cache-manager | ||
@@ -2,0 +5,0 @@ ====================== |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58028
22
1136
173
6