This commit is contained in:
Martin McKeaveney 2021-09-09 18:20:12 +01:00
parent 94abf68bbe
commit febe5c1f6f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function init() {
if (CLIENT) { if (CLIENT) {
CLIENT.disconnect() CLIENT.disconnect()
} }
const { redisProtocolUrl, opts, host, port } = getRedisOptions(CLUSTERED) const { redisProtocolUrl, opts, host, port } = getRedisOptions(CLUSTERED)
if (CLUSTERED) { if (CLUSTERED) {