mirror of
https://github.com/predis/predis.git
synced 2026-08-24 20:59:37 +00:00
Merge branch 'command_hashing'
This commit is contained in:
@@ -5,6 +5,9 @@ namespace Predis\Commands;
|
||||
use Predis\Utils;
|
||||
|
||||
class SetIntersectionStore extends Command {
|
||||
protected function canBeHashed() {
|
||||
return $this->checkSameHashForKeys($this->getArguments());
|
||||
}
|
||||
public function getId() { return 'SINTERSTORE'; }
|
||||
public function filterArguments(Array $arguments) {
|
||||
if (count($arguments) === 2 && is_array($arguments[1])) {
|
||||
|
||||
Reference in New Issue
Block a user