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:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 750fc2d9..0fa27ecf 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1043,6 +1043,8 @@ _**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).
+
##### *Example*
~~~php