mirror of
https://github.com/predis/predis.git
synced 2026-09-05 07:16:44 +00:00
Remove obsolete comments.
The phpiredis-based connection backends are not experiments anymore. [ci skip]
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user