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:29:13 +0300
committermichael-grunder <michael.grunder@gmail.com>2019-02-12 06:57:31 +0300
commitaba65bc2ad3bbe2c1381d90a0fb8c8803c70ace1 (patch)
tree6a43483c31444b4ef1cc0c8a0f26a4ed9c359b83 /README.markdown
parent0f4f6e31529c102151bc8bc49882e1a6d6239ac4 (diff)
Add a note that scan is a directed node command.
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