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

Skip to content

Commit c1e7da4

Browse files
Fix markdown formatting
1 parent 87dddda commit c1e7da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2207,8 +2207,8 @@ $redis->sPop('key1'); /* 'member3', 'key1' => {'member2'} */
22072207
-----
22082208
_**Description**_: Returns one or more random elements from the set value at Key, without removing it.
22092209
##### *Parameters*
2210-
*key*
2211-
*count* Integer, optional
2210+
*key*
2211+
*count* Integer, optional
22122212
##### *Return value*
22132213
If no count is specified, sRandMember will return a *String* value from the set. If a count is
22142214
provided, then an array of random values will be returned, following the semantics of how

0 commit comments

Comments
 (0)
0