You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-03 04:01:40 +03:00
Add simicolons
This is just a style change
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
var redis = require("redis"),
|
||||
client = redis.createClient("/tmp/redis.sock"),
|
||||
profiler = require("v8-profiler");
|
||||
|
||||
client.on("connect", function () {
|
||||
console.log("Got Unix socket connection.")
|
||||
console.log("Got Unix socket connection.");
|
||||
});
|
||||
|
||||
client.on("error", function (err) {
|
||||
|
Reference in New Issue
Block a user