formatting
This commit is contained in:
parent
3f883f1b33
commit
a6ff46be0c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue