コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function getSupportedCommands()
 {
     return array_merge(parent::getSupportedCommands(), array());
 }
コード例 #2
0
ファイル: RedisUnstable.php プロジェクト: flachesis/predis
 /**
  * {@inheritdoc}
  */
 public function getSupportedCommands()
 {
     return array_merge(parent::getSupportedCommands(), array('HSTRLEN' => 'Predis\\Command\\HashStringLength'));
 }