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

Skip to content

Commit 9b5cad3

Browse files
solracsfmichael-grunder
authored andcommitted
Fix anchor link
1 parent a0c8fcc commit 9b5cad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ $redis->slowLog('len');
780780
* [del, delete, unlink](#del-delete-unlink) - Delete a key
781781
* [dump](#dump) - Return a serialized version of the value stored at the specified key.
782782
* [exists](#exists) - Determine if a key exists
783-
* [expire, setTimeout, pexpire](#expire-settimeout-pexpire) - Set a key's time to live in seconds
783+
* [expire, setTimeout, pexpire](#expire-pexpire) - Set a key's time to live in seconds
784784
* [expireAt, pexpireAt](#expireat-pexpireat) - Set the expiration for a key as a UNIX timestamp
785785
* [keys, getKeys](#keys-getkeys) - Find all keys matching the given pattern
786786
* [scan](#scan) - Scan for keys in the keyspace (Redis >= 2.8.0)

0 commit comments

Comments
 (0)