Commit Verlauf

Autor SHA1 Nachricht Datum
  Daniele Alessandri 4e6ed3f26d [phpdoc] Add API documentation. vor 13 Jahren
  Daniele Alessandri 9608a97469 Add a license header to PHP files. vor 13 Jahren
  Daniele Alessandri b4d5b19b30 Fix a few oversights. vor 13 Jahren
  Daniele Alessandri 20d872a306 Apply some coding style changes. vor 13 Jahren
  Daniele Alessandri 2cdcd297f0 Rename Predis\Client::pubSubContext() to Predis\Client::pubSub(). vor 13 Jahren
  Daniele Alessandri 65c0336d2f Use the shared initializer to initialize Pub/Sub and accept callbacks. vor 13 Jahren
  Daniele Alessandri 24aaa2ac23 Nothing relevant, just reorganizing some private members. vor 13 Jahren
  Daniele Alessandri ba4ebb3799 Make the specialized pipeline and transaction initializer methods of Predis\Client protected. vor 13 Jahren
  Daniele Alessandri b3910466c9 Clean up a bit the private transaction initializer method of Predis\Client. vor 13 Jahren
  Daniele Alessandri 6ad73c782a Move classes related to MULTI/EXEC abstraction to the Predis\Transaction namespace. vor 13 Jahren
  Daniele Alessandri 1ba1408d39 Move the handling of pipeline options inside the pipeline class. vor 13 Jahren
  Daniele Alessandri e048ac2d51 Move the PipelineContext class in the Predis\Pipeline namespace. vor 13 Jahren
  Daniele Alessandri 6e6a28a9f0 Reduce method calls by one when creating a new connection in Predis\Client. vor 14 Jahren
  Daniele Alessandri 4d1dcdb280 Change type check order for client options. vor 14 Jahren
  Daniele Alessandri 893618c985 Initialize client options in a lazy way. vor 14 Jahren
  Daniele Alessandri e97e13bde5 Add the 'prefix' client option. The client will automatically prepend the specified prefix string to each key. vor 14 Jahren
  Daniele Alessandri 724543a4e6 Rename Predis\Network\ConnectionCluster to Predis\Network\PredisCluster. vor 14 Jahren
  Daniele Alessandri 150795f999 Remove the key_distribution option and allow user-defined callbacks to initialize a cluster connection. vor 14 Jahren
  Artur Kotyrba 7e4b367a1d Removed unused argument for constructor of SafeExecutor and SafeClusterExecutor vor 14 Jahren
  Daniele Alessandri c07c610a0d Implement Predis\MonitorContext as an abstraction for the MONITOR command. vor 14 Jahren
  Daniele Alessandri 4af1b7744c Implement an option to specify which cluster class to use. vor 14 Jahren
  Daniele Alessandri a348e32144 Improve Predis\Client::getConnection() internals. vor 14 Jahren
  Daniele Alessandri 55899e7741 Check for null client options in the filter method. vor 14 Jahren
  Daniele Alessandri bea8a3239d Remove default null value from Predis\Client::initializeConnection(). vor 14 Jahren
  Daniele Alessandri 83bab78bd1 Rename the newConnection() method to create() in Predis\ConnectionFactory. vor 14 Jahren
  Daniele Alessandri b22cb6f76d Rename Predis\IConnectionSchemes to Predis\IConnectionFactory. vor 14 Jahren
  Daniele Alessandri 9340b3ddce Partially rewrite the shared abstraction initializer method of Predis\Client. vor 14 Jahren
  Daniele Alessandri 86df741937 Rename Predis\Utils to Predis\Helpers. vor 14 Jahren
  Daniele Alessandri c2a61a3113 Rename Predis\CommandPipeline to Predis\PipelineContext. vor 14 Jahren
  Daniele Alessandri de1a183315 Do some micro-optimizations to reduce the overhead of creating client instances. vor 14 Jahren