getSupportedCommands() public method

Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getSupportedCommands()
 {
     return array_merge(parent::getSupportedCommands(), array('HSTRLEN' => 'Predis\\Command\\HashStringLength'));
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function getSupportedCommands()
 {
     return array_merge(parent::getSupportedCommands(), array());
 }