mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Merge branch 'command_hashing'
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user