fix: add preserve line in redisPingAsync
This commit is contained in:
parent
21cd4d64c3
commit
3b5893ea60
|
@ -354,6 +354,7 @@ exports.radius = function (
|
|||
],
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* Redis server ping
|
||||
* @param {string} dsn The redis connection string
|
||||
|
|
Loading…
Reference in New Issue