8000
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 65c4de2 commit 870224aCopy full SHA for 870224a
README.markdown
@@ -2999,7 +2999,7 @@ $redis->pubSub("channels"); /*All channels */
2999
$redis->pubSub("channels", "*pattern*"); /* Just channels matching your pattern */
3000
$redis->pubSub("numsub", Array("chan1", "chan2")); /*Get subscriber counts for 'chan1' and 'chan2'*/
3001
$redis->pubSub("numpat"); /* Get the number of pattern subscribers */
3002
-```
+
3003
3004
~~~
3005
@@ -3018,6 +3018,7 @@ The return value can be various types depending on what the server itself return
3018
3019
##### *Example*
3020
```php
3021
3022
/* Returns: true */
3023
$redis->rawCommand("set", "foo", "bar");
3024
0 commit comments