Skip to content

Commit 50d6e5c

Browse files
committed
Using by default
1 parent 594fe9d commit 50d6e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/redis/redis.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config = require('../../config').common.redisCache;
66
describe('redis', () => {
77
test('connection redisCache', () => {
88
const cache = new RedisCache({
9-
host: config.host,
9+
// host: config.host,
1010
db: config.name,
1111
maxRetriesPerRequest: 2
1212
});

0 commit comments

Comments
 (0)