Daniele Alessandri 087b8b0b2b Pass a transaction instance as the first argument of Predis\Transaction\AbortedMultiExecException. 13 years ago
..
Commands 962037321a Make ZADD and ZREM variadic commands for Redis 2.4. 13 years ago
Distribution 3f3c235363 Make Predis\Distribution\IDistributionStrategy extend the new Predis\Distribution\INodeKeyGenerator interface. 14 years ago
Iterators 89c311d0de Complete redesign of the network connection API, it should make much more sense now. 14 years ago
Network 2012963ed0 Add the Predis\IReplyObject interface (used to mark returned objects that must skip reply parsing). 14 years ago
Options b087b9814d Remove a useless method from the cluster option class. 14 years ago
Pipeline fee3866f54 Make it possible to pipeline instances of Predis\Command\ICommand directly. 13 years ago
Profiles fb3088b4d3 Redis 2.4 has now its server profile (but it's not the default one yet). The development profile is now Redis 2.6. 13 years ago
Protocols deeb58644a Fix missing change that should have been part of commit cc2349c. 14 years ago
Transaction 087b8b0b2b Pass a transaction instance as the first argument of Predis\Transaction\AbortedMultiExecException. 13 years ago
Client.php b3910466c9 Clean up a bit the private transaction initializer method of Predis\Client. 13 years ago
ClientException.php 30f908cd85 Convert monolithic one-file-lib to a proper PSR-0 file tree 14 years ago
ClientOptions.php 893618c985 Initialize client options in a lazy way. 14 years ago
CommunicationException.php 4ea8489110 Differentiate communication exceptions between connection and protocol exceptions. 14 years ago
ConnectionException.php 4ea8489110 Differentiate communication exceptions between connection and protocol exceptions. 14 years ago
ConnectionFactory.php 486225111d Allow developers to define connections with Predis\ConnectionFactory using callable objects. 14 years ago
ConnectionParameters.php 86edc50ac4 Rename Predis\ConnectionParameters::setByUser(). 14 years ago
DispatcherLoop.php 3ca4645231 Implement Predis\DispatcherLoop on top of Predis\PubSubContext. 14 years ago
Helpers.php 4ef8948b5e Move the key-tag extractor method to Predis\Helpers. 14 years ago
IConnectionFactory.php 83bab78bd1 Rename the newConnection() method to create() in Predis\ConnectionFactory. 14 years ago
IConnectionParameters.php 3f720ad867 Add the new Predis\IConnectionParameters interface. 14 years ago
IRedisServerError.php 2012963ed0 Add the Predis\IReplyObject interface (used to mark returned objects that must skip reply parsing). 14 years ago
IReplyObject.php 2012963ed0 Add the Predis\IReplyObject interface (used to mark returned objects that must skip reply parsing). 14 years ago
MonitorContext.php e507198cc3 Do not populate the 'arguments' property if commands received with MONITOR do not carry an argument list. 14 years ago
PredisException.php 30f908cd85 Convert monolithic one-file-lib to a proper PSR-0 file tree 14 years ago
ProtocolException.php 4ea8489110 Differentiate communication exceptions between connection and protocol exceptions. 14 years ago
PubSubContext.php 6dd3565c67 Reuse code. 14 years ago
ResponseError.php 2012963ed0 Add the Predis\IReplyObject interface (used to mark returned objects that must skip reply parsing). 14 years ago
ResponseQueued.php 2012963ed0 Add the Predis\IReplyObject interface (used to mark returned objects that must skip reply parsing). 14 years ago
ServerException.php 2012963ed0 Add the Predis\IReplyObject interface (used to mark returned objects that must skip reply parsing). 14 years ago