Skip to content

Commit

Permalink
Note about subscribeTo/unsubscribeFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
fictorial committed Apr 6, 2010
1 parent afd09dc commit 28ef9d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ This can get [a little wacky](http://github.com/fictorial/redis-node-client/blob
I'm open to suggestions for improvement here.

Note: for PUBSUB, you should use `subscribeTo` and `unsubscribeFrom` instead of the generated
methods for Redis' `SUBSCRIBE` and `UNSUBSCRIBE` commands. See [this](http://github.com/fictorial/redis-node-client/blob/master/lib/redis-client.js#L682-694).
methods for Redis' `SUBSCRIBE` and `UNSUBSCRIBE` commands. See [this](http://github.com/fictorial/redis-node-client/blob/master/lib/redis-client.js#L682-694)
and [this](http://github.com/fictorial/redis-node-client/blob/master/examples/subscriber.js#L14).

## Notes

Expand Down

0 comments on commit 28ef9d5

Please sign in to comment.