1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

formatting

This commit is contained in:
Martin McKeaveney 2021-09-09 17:16:32 +01:00
parent 3f883f1b33
commit a6ff46be0c

View file

@ -57,7 +57,7 @@ function init() {
CLIENT.disconnect()
}
const { redisProtocolUrl, opts, host, port } = getRedisOptions(CLUSTERED)
const { redisProtocolUrl, opts, host, port } = getRedisOptions(CLUSTERED)
if (CLUSTERED) {
CLIENT = new Redis.Cluster([{ host, port }], opts)