You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
chore: add print helper again and refactor some code
Expose the RedisClient directly instead of only being a property
This commit is contained in:
@@ -14,9 +14,7 @@ if (process.platform !== 'win32') {
|
||||
})
|
||||
})
|
||||
|
||||
helper.allTests({
|
||||
allConnections: true
|
||||
}, (ip, args) => {
|
||||
helper.allTests((ip, args) => {
|
||||
describe(`using ${ip}`, () => {
|
||||
const auth = 'porkchopsandwiches'
|
||||
let client = null
|
||||
|
Reference in New Issue
Block a user