We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de87d03 commit 9de3adcCopy full SHA for 9de3adc
.travis.yml
@@ -2,6 +2,7 @@ language: node_js
2
3
node_js:
4
- "0.10"
5
+ - "0.12"
6
7
services:
8
- memcached
package.json
@@ -18,10 +18,10 @@
18
"node-memcache-parser-obvfork": "0.1.1",
19
"generic-pool": "2.0.3",
20
"kew": "0.5.0-alpha",
21
- "redis": "0.8.2",
22
- "hiredis": "0.1.16",
+ "redis": "0.12.1",
+ "hiredis": "0.2.0",
23
"metrics": "0.1.6",
24
- "hashring": "1.0.3",
+ "hashring": "3.1.0",
25
"snappy": "3.0.7"
26
},
27
"devDependencies": {
0 commit comments