mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
Merge remote-tracking branch 'github/pr/653' into main
Local branch v2.0-connections-phpiredisconfig
This commit is contained in:
+1
-1
@@ -338,7 +338,7 @@ class Client implements ClientInterface, \IteratorAggregate
|
||||
*/
|
||||
public function createCommand($commandID, $arguments = array())
|
||||
{
|
||||
return $this->commands->createCommand($commandID, $arguments);
|
||||
return $this->commands->create($commandID, $arguments);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user