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

Remove unnecessary line from example

This line doesn't seem necessary nor relevant to this example
This commit is contained in:
Corey Farwell
2015-09-18 11:02:13 -04:00
parent 1b8201e542
commit a159412b02

View File

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