Jelajahi Sumber

Add a note about Predis on HHVM in the README.

Daniele Alessandri 11 tahun lalu
induk
melakukan
2d23edc691
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -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.