Commit 6681a481 authored by willharrison's avatar willharrison

reworded redis pub/sub doc to be more readable

parent c3bf2bd5
......@@ -69,7 +69,7 @@ The entire range of [redis database commands](http://redis.io/commands) covering
Using redis pub/sub
----
Another common use of redis is as a [pub/sub message](http://redis.io/topics/pubsub) distribution tool; this too is simple, and in the event of connection failure, the `ConnectionMultiplexer` will handle all the details of re-subscribing to the requested channels.
Another common use of redis is as a [pub/sub message](http://redis.io/topics/pubsub) distribution tool; this is also simple, and in the event of connection failure, the `ConnectionMultiplexer` will handle all the details of re-subscribing to the requested channels.
```C#
ISubscriber sub = redis.GetSubscriber();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment