You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +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:
@@ -170,7 +170,7 @@ module.exports = {
|
||||
let key
|
||||
for (key in options) {
|
||||
if (options.hasOwnProperty(key)) {
|
||||
strOptions += `${key }: ${options[key]}; `
|
||||
strOptions += `${key}: ${options[key]}; `
|
||||
}
|
||||
}
|
||||
describe(`using options: ${strOptions}`, () => {
|
||||
|
Reference in New Issue
Block a user