Compare commits

..

No commits in common. "5d07e8ba8a660c1f8d42aac88318c37d3136612c" and "a95d5ea15d18a3150996ef1ba264d963c2bdf2f5" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -22,14 +22,6 @@ class RedisClient {
return this;
}
/**
* Get the Redis instance.
* @return {Redis} - The Redis instance
*/
getClient() {
return this._client;
}
/**
* scan a pattern and return matching keys
* @param {string} pattern - string pattern to match with all existing keys

View File

@ -3,7 +3,7 @@
"engines": {
"node": "6.9.5"
},
"version": "7.4.1",
"version": "7.4.0",
"description": "Common utilities for the S3 project components",
"main": "index.js",
"repository": {