Author: Daniele Alessandri (suppakilla@gmail.com)
Inheritance: extends RedisProfile
コード例 #1
0
ファイル: predis.php プロジェクト: sohel4r/wordpress_4_1_1
 /**
  * {@inheritdoc}
  */
 public function getSupportedCommands()
 {
     return array_merge(parent::getSupportedCommands(), array('HSTRLEN' => 'Predis\\Command\\HashStringLength'));
 }
コード例 #2
0
ファイル: predis.php プロジェクト: vagus10cn/wordpress_4_1_1
 /**
  * {@inheritdoc}
  */
 public function getSupportedCommands()
 {
     return array_merge(parent::getSupportedCommands(), array());
 }