From 4b335de369b147b6b904cb53e7e93ab60ba75aaf Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Thu, 4 Aug 2016 12:46:36 -0700 Subject: Fix formatting --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 12602fd8..2f0b49d6 100644 --- a/README.markdown +++ b/README.markdown @@ -3000,7 +3000,7 @@ $redis->pubSub("channels"); /*All channels */ $redis->pubSub("channels", "*pattern*"); /* Just channels matching your pattern */ $redis->pubSub("numsub", Array("chan1", "chan2")); /*Get subscriber counts for 'chan1' and 'chan2'*/ $redis->pubSub("numpat"); /* Get the number of pattern subscribers */ -``` + ~~~ @@ -3019,6 +3019,7 @@ The return value can be various types depending on what the server itself return ##### *Example* ```php + /* Returns: true */ $redis->rawCommand("set", "foo", "bar"); -- cgit v1.2.3