소스 검색

Add a note about Predis on HHVM in the README.

Daniele Alessandri 11 년 전
부모
커밋
2d23edc691
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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.