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

Skip to content

Commit 2e4ff57

Browse files
Documentation fix
1 parent ab55389 commit 2e4ff57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,7 @@ $redis->migrate('backup', 6379, 'foo', 0, 3600);
13161316
* [hSetNx](#hsetnx) - Set the value of a hash field, only if the field does not exist
13171317
* [hVals](#hvals) - Get all the values in a hash
13181318
* [hScan](#hscan) - Scan a hash key for members
1319+
13191320
### hSet
13201321
-----
13211322
_**Description**_: Adds a value to the hash stored at key. If this value is already in the hash, `FALSE` is returned.

0 commit comments

Comments
 (0)