Merge branch 'command_hashing'

This commit is contained in:
Daniele Alessandri
2011-03-27 18:50:55 +02:00
47 changed files with 111 additions and 57 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
namespace Predis\Commands;
class SubscribeByPattern extends Command {
public function canBeHashed() { return false; }
protected function canBeHashed() { return false; }
public function getId() { return 'PSUBSCRIBE'; }
public function filterArguments(Array $arguments) {
return Utils::filterArrayArguments($arguments);