Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2016-08-04 22:46:36 +0300
committermichael-grunder <michael.grunder@gmail.com>2016-08-04 22:46:36 +0300
commit4b335de369b147b6b904cb53e7e93ab60ba75aaf (patch)
tree940f36e42d3a44784f694642fe1f2b8df694777c /README.markdown
parent97b259a0456ebad100fdd34408ba0fd40ff775bc (diff)
Fix formatting
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 2 insertions, 1 deletions
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");