Try relative link again (#1500)

This commit is contained in:
Michael Grunder
2019-01-28 09:33:44 -08:00
committed by michael-grunder
parent aba65bc2ad
commit 6cf1ca4701
+1 -1
View File
@@ -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