Skip to content

Commit 283f025

Browse files
committed
Cutting release.
1 parent a7ea694 commit 283f025

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache-service-redis",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "A redis plugin for cache-service.",
55
"main": "redisCacheModule.js",
66
"dependencies": {

redisCacheModule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ function redisCacheModule(config){
350350
retry_strategy: retryStrategy});
351351

352352
// don't call redis auth method if no auth info passed
353-
if (self.redisData.auth != null) {
353+
if (self.redisData.auth) {
354354
self.db.auth(self.redisData.auth);
355355
}
356356
}

0 commit comments

Comments
 (0)