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:
-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