Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b61ae6a

Browse files
Shorten line for formatting documentation
1 parent 98a0399 commit b61ae6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ returned.
16711671
##### *Example*
16721672
<pre>
16731673
$redis->info(); /* standard redis INFO command */
1674-
$redis->info("COMMANDSTATS"); /* Statistical information on the commands that have been run (>=2.6 only)
1674+
$redis->info("COMMANDSTATS"); /* Information on the commands that have been run (>=2.6 only)
16751675
$redis->info("CPU"); /* just CPU information from Redis INFO */
16761676
</pre>
16771677

0 commit comments

Comments
 (0)