core.io-cache-redis
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -78,3 +78,3 @@ 'use strict'; | ||
*/ | ||
_makeTimestamp(value, addTimestamp); | ||
this.makeTimestamp(value, addTimestamp); | ||
@@ -81,0 +81,0 @@ await this.set(key, value, ttl); |
{ | ||
"name": "core.io-cache-redis", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Redis cache module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
10824