Exemple #1
0
 private function onCommunicationException($message, $code = null)
 {
     Predis_Shared_Utils::onCommunicationException(new Predis_CommunicationException($this, $message, $code));
 }
Exemple #2
0
 public function filterArguments(array $arguments)
 {
     return Predis_Shared_Utils::filterArrayArguments($arguments);
 }