From f913e81b9fb4075694aa81347990ef939efd249d Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Mon, 3 Sep 2012 12:24:48 +0200 Subject: [PATCH] Add a reference to Predis\Async in the README. I think we can indeed start promoting Predis\Async now that it has reached a fairly stable state (in terms of API and functionalites) despite still being considered experimental. [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18ad9af5..2cf72bcb 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Predis is a flexible and feature-complete PHP (>= 5.3) client library for the Re For a list of frequently asked questions about Predis, see __FAQ.md__ in the root of the repository. More details are available on the [official wiki](http://wiki.github.com/nrk/predis) of the project. +Predis is also available in an asynchronous fashion through the experimental client provided by the +[Predis\Async](http://github.com/nrk/predis-async) library. ## Main features ##