Update README.

[ci skip]
This commit is contained in:
Daniele Alessandri
2013-12-18 11:52:19 +01:00
parent 913bcb3b20
commit e1fb9ed1d4
+7 -6
View File
@@ -3,19 +3,20 @@
[![Latest Stable Version](https://poser.pugx.org/predis/predis/v/stable.png)](https://packagist.org/packages/predis/predis)
[![Total Downloads](https://poser.pugx.org/predis/predis/downloads.png)](https://packagist.org/packages/predis/predis)
Predis is a flexible and feature-complete PHP (>= 5.3) client library for [Redis](http://redis.io).
Predis is a flexible and feature-complete [Redis](http://redis.io) client library for PHP >= 5.3 and
[HHVM](http://www.hhvm.com) >= 2.3.0.
Predis does not require any additional extension loaded in PHP but can be optionally paired with the
[phpiredis](https://github.com/nrk/phpiredis) C-based extension to lower the overhead of serializing
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.
While it can be used with HHVM, there are no guarantees that you will not run into unexpected issues
especially in some obscure corner cases due to the fact that HHVM is still under heavy development
and not yet 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.
More details about Predis can be found in our [frequently asked questions](FAQ.md) section or on the
[wiki](https://github.com/nrk/predis/wiki) of the project.
## Main features ##