Skip to content

Commit 0094795

Browse files
gswaldenBridgeAR
authored andcommitted
remove unused var in readme example
1 parent eb3441c commit 0094795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ pass an array of commands and arguments to the constructor:
646646

647647
```js
648648
var redis = require("redis"),
649-
client = redis.createClient(), multi;
649+
client = redis.createClient();
650650

651651
client.multi([
652652
["mget", "multifoo", "multibar", redis.print],

0 commit comments

Comments
 (0)