We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b259a commit 4b335deCopy full SHA for 4b335de
README.markdown
@@ -3000,7 +3000,7 @@ $redis->pubSub("channels"); /*All channels */
3000
$redis->pubSub("channels", "*pattern*"); /* Just channels matching your pattern */
3001
$redis->pubSub("numsub", Array("chan1", "chan2")); /*Get subscriber counts for 'chan1' and 'chan2'*/
3002
$redis->pubSub("numpat"); /* Get the number of pattern subscribers */
3003
-```
+
3004
3005
~~~
3006
@@ -3019,6 +3019,7 @@ The return value can be various types depending on what the server itself return
3019
3020
##### *Example*
3021
```php
3022
3023
/* Returns: true */
3024
$redis->rawCommand("set", "foo", "bar");
3025
0 commit comments