mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
fixed error
This commit is contained in:
@@ -10,7 +10,6 @@ var cluster = require('cluster'),
|
|||||||
app = express();
|
app = express();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
a
|
|
||||||
var redis = require("redis");
|
var redis = require("redis");
|
||||||
var client = redis.createClient({host: "localhost", port: 6379});
|
var client = redis.createClient({host: "localhost", port: 6379});
|
||||||
client.quit();
|
client.quit();
|
||||||
|
|||||||
Reference in New Issue
Block a user