deepstream.io-cache-redis
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -0,0 +0,0 @@ module.exports = function(grunt) { |
{ | ||
"name": "deepstream.io-cache-redis", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Redis cache connector for deepstream.io", | ||
@@ -5,0 +5,0 @@ "main": "src/cache-connector.js", |
# deepstream.io-cache-redis | ||
A cache connector for Redis |
var Connection = require( './connection' ), | ||
pckg = require( '../package.json' ), | ||
util = require( 'util' ); | ||
@@ -23,4 +24,4 @@ | ||
this.name = 'deepstream-cache-redis'; | ||
this.version = '0.2.3'; | ||
this.name = pckg.name; | ||
this.version = pckg.version; | ||
}; | ||
@@ -27,0 +28,0 @@ |
@@ -14,2 +14,3 @@ var redis = require( 'redis' ), | ||
* port: <String> | ||
* [serverName]: <String> //optional | ||
* [password]: <String> //optional | ||
@@ -16,0 +17,0 @@ * } |
@@ -0,0 +0,0 @@ /* global describe, expect, it, jasmine */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9557
239