1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00

Update Redis commands link to redis.io.

This commit is contained in:
Matt Ranney
2011-02-11 00:35:20 -10:00
parent 0f907401f0
commit 8cf8c99763

View File

@@ -103,7 +103,7 @@ Note that in either form the `callback` is optional:
client.set("some key", "some val"); client.set("some key", "some val");
client.set(["some other key", "some val"]); client.set(["some other key", "some val"]);
For a list of Redis commands, see [Redis Command Reference](http://code.google.com/p/redis/wiki/CommandReference) For a list of Redis commands, see [Redis Command Reference](http://redis.io/commands)
The commands can be specified in uppercase or lowercase for convenience. `client.get()` is the same as `client.GET()`. The commands can be specified in uppercase or lowercase for convenience. `client.get()` is the same as `client.GET()`.