MOre sms, and automatic choser

This commit is contained in:
Kasper Rynning-Tønnesen
2020-04-06 09:36:20 +02:00
parent e6582983f2
commit 096dbdb2e6
3 changed files with 15 additions and 148 deletions

View File

@@ -1,7 +1,7 @@
let client;
try {
const redis = require("redis");
console.log("trying to create");
console.log("trying to create redis");
client = redis.createClient();
client.on("error", function(err) {
client.quit();