Prechádzať zdrojové kódy

Remove obsolete comments.

The phpiredis-based connection backends are not experiments anymore.

[ci skip]
Daniele Alessandri 11 rokov pred
rodič
commit
73eb09378e

+ 1 - 3
lib/Predis/Connection/PhpiredisConnection.php

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

+ 1 - 3
lib/Predis/Connection/PhpiredisStreamConnection.php

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