mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-02 08:41:47 -08:00
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
|
* Redis server ping
|
||||||
* @param {string} dsn The redis connection string
|
* @param {string} dsn The redis connection string
|
||||||
|
|
Loading…
Reference in a new issue