From f90ba7c8e0add275b2308ff05d483d2ae1ba5efb Mon Sep 17 00:00:00 2001 From: Pavlo Yatsukhnenko Date: Mon, 11 Feb 2019 09:38:56 +0200 Subject: Add documentation about async parameter for flushAll/flushDb. This commit fixes issue #1503. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.markdown') 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`. -- cgit v1.2.3