Remove obsolete comments.

The phpiredis-based connection backends are not experiments anymore.

[ci skip]
This commit is contained in:
Daniele Alessandri
2013-12-07 15:58:45 +01:00
parent 427309db69
commit 73eb09378e
2 changed files with 2 additions and 6 deletions
@@ -18,9 +18,7 @@ use Predis\Response;
/**
* This class provides the implementation of a Predis connection that uses the
* PHP socket extension for network communication and wraps the phpiredis C
* extension (PHP bindings for hiredis) to parse the Redis protocol. Everything
* is highly experimental (even the very same phpiredis since it is quite new),
* so use it at your own risk.
* extension (PHP bindings for hiredis) to parse the Redis protocol.
*
* This class is mainly intended to provide an optional low-overhead alternative
* for processing replies from Redis compared to the standard pure-PHP classes.
@@ -18,9 +18,7 @@ use Predis\Response;
/**
* This class provides the implementation of a Predis connection that uses PHP's
* streams for network communication and wraps the phpiredis C extension (PHP
* bindings for hiredis) to parse and serialize the Redis protocol. Everything
* is highly experimental (even the very same phpiredis since it is quite new),
* so use it at your own risk.
* bindings for hiredis) to parse and serialize the Redis protocol.
*
* This class is mainly intended to provide an optional low-overhead alternative
* for processing replies from Redis compared to the standard pure-PHP classes.