Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grunder <michael.grunder@gmail.com>2019-01-28 20:33:44 +0300
committermichael-grunder <michael.grunder@gmail.com>2019-02-12 06:57:42 +0300
commit6cf1ca47010cfe3c1936a3989bc63757670f5f9f (patch)
tree71753f5239b43752cfc59c3e76a85f633622ccc1 /README.markdown
parentaba65bc2ad3bbe2c1381d90a0fb8c8803c70ace1 (diff)
Try relative link again (#1500)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 0fa27ecf..c1d934f7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1043,7 +1043,7 @@ _**Description**_: Scan the keyspace for keys
##### *Return value*
*Array, boolean*: This function will return an array of keys or FALSE if Redis returned zero keys
-*Note*: SCAN is a "directed node" command in [RedisCluster](cluster.markdown#directed_node_commands).
+*Note*: SCAN is a "directed node" command in [RedisCluster](cluster.markdown#directed-node-commands)
##### *Example*
~~~php