From 6a7f55b61d56b7c2dd4276fb4a8a5f9d81799cd4 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Wed, 29 Oct 2014 14:48:56 +0100 Subject: [PATCH] Docs: Updated Perl client page to mention async client Closes #8012 --- docs/perl/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/perl/index.asciidoc b/docs/perl/index.asciidoc index ebe2883b01c..e70230191e3 100644 --- a/docs/perl/index.asciidoc +++ b/docs/perl/index.asciidoc @@ -18,7 +18,7 @@ This client provides: * Full support for all Elasticsearch APIs -* HTTP backend (currently synchronous only - Any::Event support will be added later) +* HTTP backend (blocking and asynchronous with https://metacpan.org/module/Search::Elasticsearch::Async) * Robust networking support which handles load balancing, failure detection and failover