Skip to content

Commit 4a9c024

Browse files
committed
no longer use strict needed
1 parent fba4330 commit 4a9c024

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lib/redis_cache.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use strict";
2-
31
const RedisStore = require("./redis_store");
42

53
const debug = require("debug")("simpleRedisCache");

lib/redis_pool.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
"use strict";
2-
31
const genericPool = require("generic-pool");
42
const redis = require("./redis");
53

@@ -61,7 +59,6 @@ var RedisPool = module.exports = function (name, redisOptions, poolOptions) {
6159
// test connectivity by acquiring a conn
6260
// this.pool.acquire()
6361
// .then(client => this.pool.release(client));
64-
6562
};
6663

6764
// Acquire a database connection and use an optional priority.

0 commit comments

Comments
 (0)