mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
Fix anchor link
This commit is contained in:
committed by
Michael Grunder
parent
a0c8fcc589
commit
9b5cad317b
@@ -780,7 +780,7 @@ $redis->slowLog('len');
|
||||
* [del, delete, unlink](#del-delete-unlink) - Delete a key
|
||||
* [dump](#dump) - Return a serialized version of the value stored at the specified key.
|
||||
* [exists](#exists) - Determine if a key exists
|
||||
* [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
|
||||
* [expireAt, pexpireAt](#expireat-pexpireat) - Set the expiration for a key as a UNIX timestamp
|
||||
* [keys, getKeys](#keys-getkeys) - Find all keys matching the given pattern
|
||||
* [scan](#scan) - Scan for keys in the keyspace (Redis >= 2.8.0)
|
||||
|
||||
Reference in New Issue
Block a user