fixed error

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-05 19:54:53 +01:00
parent 01a42c7d68
commit c0a2e3331f

View File

@@ -10,7 +10,6 @@ var cluster = require('cluster'),
app = express();
try {
a
var redis = require("redis");
var client = redis.createClient({host: "localhost", port: 6379});
client.quit();