Skip to content

Commit

Permalink
Update Redis commands link to redis.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
mranney committed Feb 11, 2011
1 parent 0f90740 commit 8cf8c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`.

Expand Down

0 comments on commit 8cf8c99

Please sign in to comment.