Author: Daniele Alessandri (suppakilla@gmail.com)
Inheritance: extends RedisProfile
示例#1
0
 /**
  * {@inheritdoc}
  */
 public function getSupportedCommands()
 {
     return array_merge(parent::getSupportedCommands(), array('HSTRLEN' => 'Predis\\Command\\HashStringLength'));
 }
示例#2
0
 /**
  * {@inheritdoc}
  */
 public function getSupportedCommands()
 {
     return array_merge(parent::getSupportedCommands(), array());
 }