Browse Source

Merge pull request #4161 from IndeedPlusPlus/patch-1

fix typo in phpdoc of yii\redis\Connection [skip ci]
tags/2.0.0-rc
Paul Klimov 10 years ago
parent
commit
ee31592160
  1. 2
      extensions/redis/Connection.php

2
extensions/redis/Connection.php

@ -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

Loading…
Cancel
Save