mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 00:44:31 +08:00
ioredis changed config, fixes #901
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ const connectionOptions = {
|
||||
};
|
||||
|
||||
const createClient = () => {
|
||||
let client = new Redis(connectionOptions);
|
||||
let client = new Redis(REDIS_URL, connectionOptions);
|
||||
|
||||
// Attach the monitors that will print debug messages to the console.
|
||||
attachMonitors(client);
|
||||
|
||||
Reference in New Issue
Block a user