Tweak README.

This commit is contained in:
Daniele Alessandri
2012-10-23 01:32:01 +02:00
parent deb64c295a
commit 0e4604a9bb
+3 -3
View File
@@ -2,9 +2,9 @@
Predis is a flexible and feature-complete PHP (>= 5.3) client library for the Redis key-value store.
The library does not require any additional extension loaded in PHP, but it can be optionally paired
with the [phpiredis](https://github.com/seppo0010/phpiredis) extension to lower the overhead of the
serialization and parsing of the Redis protocol. Predis is also available in an asynchronous fashion
The library does not require any additional extension loaded in PHP but it can be optionally paired
with the [phpiredis](https://github.com/seppo0010/phpiredis) C extension to lower the overhead of
serializing and parsing the Redis protocol. Predis is also available in an asynchronous fashion
through the experimental client provided by the [Predis\Async](http://github.com/nrk/predis-async)
library.