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

Merge pull request #861 from frewsxcv/patch-1

Remove unnecessary line from example
This commit is contained in:
Ruben Bridgewater
2015-09-18 18:20:32 +02:00

View File

@@ -349,7 +349,6 @@ client1.on("message", function (channel, message) {
}
});
client1.incr("did a thing");
client1.subscribe("a nice channel");
```