diff --git a/package.json b/package.json index 8e085104..4d4af693 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "TJ Holowaychuk ", "main": "./index.js", "repository": { "type": "git", "url": "git@github.com:visionmedia/connect-redis.git" }, - "dependencies": { "redis": "0.9.x", "debug": "*" }, + "dependencies": { "redis": "0.10.x", "debug": "*" }, "devDependencies": { "connect": "*" }, "engines": { "node": "*" }, "bugs": {