You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
Typo.
This commit is contained in:
@@ -26,7 +26,7 @@ client.multi()
|
|||||||
|
|
||||||
client.mset("incr thing", 100, "incr other thing", 1, redis.print);
|
client.mset("incr thing", 100, "incr other thing", 1, redis.print);
|
||||||
|
|
||||||
// start a separate command queue for multie
|
// start a separate multi command queue
|
||||||
var multi = client.multi();
|
var multi = client.multi();
|
||||||
multi.incr("incr thing", redis.print);
|
multi.incr("incr thing", redis.print);
|
||||||
multi.incr("incr other thing", redis.print);
|
multi.incr("incr other thing", redis.print);
|
||||||
|
Reference in New Issue
Block a user