Commit History

Author SHA1 Message Date
  Daniele Alessandri dac0104267 Move the reducer function in Predis\Commands\Command::__toString() to a protected method. 14 years ago
  Daniele Alessandri 4ef8948b5e Move the key-tag extractor method to Predis\Helpers. 14 years ago
  Daniele Alessandri 07d9717f8a Fix wrong import with the 'use' directive. 14 years ago
  Daniele Alessandri 3f3c235363 Make Predis\Distribution\IDistributionStrategy extend the new Predis\Distribution\INodeKeyGenerator interface. 14 years ago
  Daniele Alessandri 944a478272 Remove Predis\Commands\Command::setArguments(). 14 years ago
  Daniele Alessandri 3b70d1e020 Change code formatting for the classes in the Predis\Commands namespace. 14 years ago
  Daniele Alessandri c4064e5801 Some commands accepting multiple keys can be hashed if all the keys return the same hash (key tags). 14 years ago
  Daniele Alessandri b84c84007f Remove Predis\ICommand::canBeHashed() as a public method required for command classes and reuse it internally to Predis\Command. 14 years ago
  Daniele Alessandri 4e0e1908cd Minor speed optimizations. 14 years ago
  Daniele Alessandri 930a1096e1 Refactor the key hashing logic for Redis commands. 14 years ago
  Daniele Alessandri 30bc53ee75 Rename method ICommand::getCommandId() to ICommand::getId(). 14 years ago
  Daniele Alessandri 0d5fb3319d Move Predis\Command and Predis\ICommand to the Predis\Commands namespace. 14 years ago