1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

Add use strict statements

This is going to improve the performance minimal and improves the safety of the code
This commit is contained in:
Ruben Bridgewater
2015-07-22 16:17:02 +02:00
parent e34debd6ee
commit 1f9e536ca0
37 changed files with 76 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
'use strict';
var http = require("http"),
fs = require("fs");