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.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index c1d934f7..111461d3 100644
--- a/README.markdown
+++ b/README.markdown
@@ -455,7 +455,7 @@ echo "Redis has $count keys\n";
_**Description**_: Remove all keys from all databases.
##### *Parameters*
-None.
+*async* (bool) requires server version 4.0.0 or greater
##### *Return value*
*BOOL*: Always `TRUE`.
@@ -470,7 +470,7 @@ $redis->flushAll();
_**Description**_: Remove all keys from the current database.
##### *Parameters*
-None.
+*async* (bool) requires server version 4.0.0 or greater
##### *Return value*
*BOOL*: Always `TRUE`.