Skip to content

Commit 1aa10e9

Browse files
Fix sAdd documentation (see #2002)
1 parent 732eb8d commit 1aa10e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2291,7 +2291,7 @@ $redis->lLen('key1');/* 2 */
22912291

22922292
### sAdd
22932293
-----
2294-
_**Description**_: Adds a value to the set value stored at key. If this value is already in the set, `FALSE` is returned.
2294+
_**Description**_: Adds a value to the set value stored at key.
22952295
##### *Parameters*
22962296
*key*
22972297
*value*

0 commit comments

Comments
 (0)