mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Code formatting.
This commit is contained in:
+7
-7
@@ -1452,15 +1452,15 @@ class RedisServer_vNext extends RedisServer_v1_2 {
|
||||
public function getSupportedCommands() {
|
||||
return array_merge(parent::getSupportedCommands(), array(
|
||||
/* transactions */
|
||||
'multi' => '\Predis\Commands\Multi',
|
||||
'exec' => '\Predis\Commands\Exec',
|
||||
'discard' => '\Predis\Commands\Discard',
|
||||
'multi' => '\Predis\Commands\Multi',
|
||||
'exec' => '\Predis\Commands\Exec',
|
||||
'discard' => '\Predis\Commands\Discard',
|
||||
|
||||
/* commands operating on string values */
|
||||
'setex' => '\Predis\Commands\SetExpire',
|
||||
'setExpire' => '\Predis\Commands\SetExpire',
|
||||
'append' => '\Predis\Commands\Append',
|
||||
'substr' => '\Predis\Commands\Substr',
|
||||
'setex' => '\Predis\Commands\SetExpire',
|
||||
'setExpire' => '\Predis\Commands\SetExpire',
|
||||
'append' => '\Predis\Commands\Append',
|
||||
'substr' => '\Predis\Commands\Substr',
|
||||
|
||||
/* commands operating on lists */
|
||||
'blpop' => '\Predis\Commands\ListPopFirstBlocking',
|
||||
|
||||
Reference in New Issue
Block a user