8000 Fix formatting · jrtkcoder/phpredis@870224a · GitHub
[go: up one dir, main page]

Skip to content

Commit 870224a

Browse files
Fix formatting
1 parent 65c4de2 commit 870224a

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
@@ -2999,7 +2999,7 @@ $redis->pubSub("channels"); /*All channels */
29992999
$redis->pubSub("channels", "*pattern*"); /* Just channels matching your pattern */
30003000
$redis->pubSub("numsub", Array("chan1", "chan2")); /*Get subscriber counts for 'chan1' and 'chan2'*/
30013001
$redis->pubSub("numpat"); /* Get the number of pattern subscribers */
3002-
```
3002+
30033003
30043004
~~~
30053005

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

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

0 commit comments

Comments
 (0)
0