This website requires JavaScript.
Explore
Help
Sign In
geckon01
/
predis
Watch
1
Star
0
Fork
0
You've already forked predis
mirror of
https://github.com/predis/predis.git
synced
2026-08-30 04:02:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v0.8.3
predis
/
lib
/
Predis
/
Connection
T
History
Daniele Alessandri
aba24d0f6f
Remove a few more unnecessary strict comparisons.
2013-02-17 20:46:31 +01:00
..
AbstractConnection.php
Deprecate the whole Predis\Helpers class.
2013-02-17 15:21:01 +01:00
AggregatedConnectionInterface.php
…
ClusterConnectionInterface.php
…
ComposableConnectionInterface.php
…
ComposableStreamConnection.php
Do not implicitly set multibulk replies on composable connections.
2013-02-16 17:05:38 +01:00
ConnectionException.php
…
ConnectionFactory.php
…
ConnectionFactoryInterface.php
…
ConnectionInterface.php
…
ConnectionParameters.php
Remove a few more unnecessary strict comparisons.
2013-02-17 20:46:31 +01:00
ConnectionParametersInterface.php
…
MasterSlaveReplication.php
…
PhpiredisConnection.php
Remove a few more unnecessary strict comparisons.
2013-02-17 15:20:57 +01:00
PhpiredisStreamConnection.php
Add "tcp_nodelay" in the list of supported connection parameters.
2013-02-16 12:14:05 +01:00
PredisCluster.php
…
RedisCluster.php
Aggregated connection for redis-cluster now uses 16384 hash slots.
2013-02-14 21:54:23 +01:00
ReplicationConnectionInterface.php
…
SingleConnectionInterface.php
…
StreamConnection.php
Prevent E_NOTICE messages on __destruct() if $parameters is not set.
2013-02-17 15:21:01 +01:00
WebdisConnection.php
…