mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-25 11:10:36 +08:00
Merge branch 'master' of git://github.com/yiisoft/yii2
This commit is contained in:
@@ -20,7 +20,7 @@ use yii\helpers\Inflector;
|
||||
* When the server needs authentication, you can set the [[password]] property to
|
||||
* authenticate with the server after connect.
|
||||
*
|
||||
* The ecexution of [redis commands](http://redis.io/commands) is possible with via [[executeCommand()]].
|
||||
* The execution of [redis commands](http://redis.io/commands) is possible with via [[executeCommand()]].
|
||||
*
|
||||
* @method mixed set($key, $value) Set the string value of a key
|
||||
* @method mixed get($key) Set the string value of a key
|
||||
|
||||
Reference in New Issue
Block a user