Skip to content

Commit 4b335de

Browse files
Fix formatting
1 parent 97b259a commit 4b335de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3000,7 +3000,7 @@ $redis->pubSub("channels"); /*All channels */
30003000
$redis->pubSub("channels", "*pattern*"); /* Just channels matching your pattern */
30013001
$redis->pubSub("numsub", Array("chan1", "chan2")); /*Get subscriber counts for 'chan1' and 'chan2'*/
30023002
$redis->pubSub("numpat"); /* Get the number of pattern subscribers */
3003-
```
3003+
30043004
30053005
~~~
30063006

@@ -3019,6 +3019,7 @@ The return value can be various types depending on what the server itself return
30193019

30203020
##### *Example*
30213021
```php
3022+
30223023
/* Returns: true */
30233024
$redis->rawCommand("set", "foo", "bar");
30243025

0 commit comments

Comments
 (0)