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

remove unused var in readme example

This commit is contained in:
Greg Walden
2017-08-30 12:00:23 -04:00
committed by Ruben Bridgewater
parent eb3441c7e1
commit 009479537e

View File

@@ -646,7 +646,7 @@ pass an array of commands and arguments to the constructor:
```js
var redis = require("redis"),
client = redis.createClient(), multi;
client = redis.createClient();
client.multi([
["mget", "multifoo", "multibar", redis.print],