Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c8fcc commit 9b5cad3Copy full SHA for 9b5cad3
README.md
@@ -780,7 +780,7 @@ $redis->slowLog('len');
780
* [del, delete, unlink](#del-delete-unlink) - Delete a key
781
* [dump](#dump) - Return a serialized version of the value stored at the specified key.
782
* [exists](#exists) - Determine if a key exists
783
-* [expire, setTimeout, pexpire](#expire-settimeout-pexpire) - Set a key's time to live in seconds
+* [expire, setTimeout, pexpire](#expire-pexpire) - Set a key's time to live in seconds
784
* [expireAt, pexpireAt](#expireat-pexpireat) - Set the expiration for a key as a UNIX timestamp
785
* [keys, getKeys](#keys-getkeys) - Find all keys matching the given pattern
786
* [scan](#scan) - Scan for keys in the keyspace (Redis >= 2.8.0)
0 commit comments