Add a note about Predis on HHVM in the README.

This commit is contained in:
Daniele Alessandri
2013-12-17 16:36:03 +01:00
parent af2548581e
commit 2d23edc691
+4
View File
@@ -10,6 +10,10 @@ Predis does not require any additional extension loaded in PHP but can be option
and parsing the Redis protocol. An asynchronous implementation of the client, albeit experimental,
is also available through [Predis\Async](https://github.com/nrk/predis-async).
The library can also be used with [HHVM](http://www.hhvm.com) >= 2.3.0 although we cannot guarantee
that you will not run into unexpected issues especially in some obscure corner cases, mostly due to
the fact that HHVM is still being actively developed and not 100% compatible with PHP.
You can refer to our [FAQ](FAQ.md) for a list of frequently asked questions about Predis, or find
more details on the [wiki pages](https://github.com/nrk/predis/wiki) of the project.