mirror of
https://github.com/predis/predis.git
synced 2026-09-01 21:27:46 +00:00
Merge remote-tracking branch 'origin/pr/84'
This commit is contained in:
@@ -206,7 +206,7 @@ class Client implements ClientInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* Dinamically invokes a Redis command with the specified arguments.
|
||||
* Dynamically invokes a Redis command with the specified arguments.
|
||||
*
|
||||
* @param string $method The name of a Redis command.
|
||||
* @param array $arguments The arguments for the command.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
namespace Predis\Option;
|
||||
|
||||
/**
|
||||
* Implements a generic class used to dinamically define a client option.
|
||||
* Implements a generic class used to dynamically define a client option.
|
||||
*
|
||||
* @author Daniele Alessandri <suppakilla@gmail.com>
|
||||
*/
|
||||
|
||||
@@ -99,7 +99,7 @@ class ReplicationStrategy
|
||||
/**
|
||||
* Marks a command as a read-only operation. When the behaviour of a
|
||||
* command can be decided only at runtime depending on its arguments,
|
||||
* a callable object can be provided to dinamically check if the passed
|
||||
* a callable object can be provided to dynamically check if the passed
|
||||
* instance of a command performs write operations or not.
|
||||
*
|
||||
* @param string $commandID ID of the command.
|
||||
@@ -119,7 +119,7 @@ class ReplicationStrategy
|
||||
/**
|
||||
* Marks a Lua script for EVAL and EVALSHA as a read-only operation. When
|
||||
* the behaviour of a script can be decided only at runtime depending on
|
||||
* its arguments, a callable object can be provided to dinamically check
|
||||
* its arguments, a callable object can be provided to dynamically check
|
||||
* if the passed instance of EVAL or EVALSHA performs write operations or
|
||||
* not.
|
||||
*
|
||||
|
||||
@@ -183,7 +183,7 @@ class MultiExecContext implements BasicClientInterface, ExecutableContextInterfa
|
||||
}
|
||||
|
||||
/**
|
||||
* Dinamically invokes a Redis command with the specified arguments.
|
||||
* Dynamically invokes a Redis command with the specified arguments.
|
||||
*
|
||||
* @param string $method Command ID.
|
||||
* @param array $arguments Arguments for the command.
|
||||
|
||||
Reference in New Issue
Block a user