You've already forked node-redis
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:
committed by
Ruben Bridgewater
parent
eb3441c7e1
commit
009479537e
@@ -646,7 +646,7 @@ pass an array of commands and arguments to the constructor:
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
var redis = require("redis"),
|
var redis = require("redis"),
|
||||||
client = redis.createClient(), multi;
|
client = redis.createClient();
|
||||||
|
|
||||||
client.multi([
|
client.multi([
|
||||||
["mget", "multifoo", "multibar", redis.print],
|
["mget", "multifoo", "multibar", redis.print],
|
||||||
|
Reference in New Issue
Block a user