|
@@ -392,7 +392,7 @@ class Client implements ClientInterface
|
|
|
* Creates a new pipeline context and returns it, or returns the results of
|
|
|
* a pipeline executed inside the optionally provided callable object.
|
|
|
*
|
|
|
- * @param mixed $arg,... Options for the context, or a callable, or both.
|
|
|
+ * @param mixed $arg,... Array of options, a callable for execution, or both.
|
|
|
* @return Pipeline|array
|
|
|
*/
|
|
|
public function pipeline(/* arguments */)
|
|
@@ -430,7 +430,7 @@ class Client implements ClientInterface
|
|
|
* Creates a new transaction context and returns it, or returns the results
|
|
|
* of a transaction executed inside the optionally provided callable object.
|
|
|
*
|
|
|
- * @param mixed $arg,... Options for the context, or a callable, or both.
|
|
|
+ * @param mixed $arg,... Array of options, a callable for execution, or both.
|
|
|
* @return TransactionMultiExec|array
|
|
|
*/
|
|
|
public function transaction(/* arguments */)
|
|
@@ -460,7 +460,7 @@ class Client implements ClientInterface
|
|
|
* Creates a new publis/subscribe context and returns it, or starts its loop
|
|
|
* inside the optionally provided callable object.
|
|
|
*
|
|
|
- * @param mixed $arg,... Options for the context, or a callable, or both.
|
|
|
+ * @param mixed $arg,... Array of options, a callable for execution, or both.
|
|
|
* @return PubSubConsumer|NULL
|
|
|
*/
|
|
|
public function pubSubLoop(/* arguments */)
|