From 8cf8c997632d5002972a0edac1b2f37c4043184d Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Fri, 11 Feb 2011 00:35:20 -1000 Subject: [PATCH] Update Redis commands link to redis.io. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f392400aa..70c7e92210 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Note that in either form the `callback` is optional: client.set("some 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()`.