Skip to content

Commit 222c6a4

Browse files
committed
release version 2.0.17
1 parent 9278c59 commit 222c6a4

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Yii Framework 2 redis extension Change Log
22
==========================================
33

4-
2.0.17 under development
5-
------------------------
4+
2.0.17 January 11, 2022
5+
-----------------------
66

77
- Enh #176: Fix reconnect logic bug, add `protected function sendRawCommand()` (ilyaplot)
88

src/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
* ]);
9494
* ~~~
9595
*
96-
* @property-read bool $isCluster Whether redis is running in cluster mode or not. This property is read-only.
96+
* @property-read bool $isCluster Whether redis is running in cluster mode or not.
9797
*
9898
* @author Carsten Brandt <mail@cebe.cc>
9999
* @since 2.0

src/Connection.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@
238238
* @method mixed hscan($key, $cursor, $MATCH = null, $pattern = null, $COUNT = null, $count = null) Incrementally iterate hash fields and associated values. <https://redis.io/commands/hscan>
239239
* @method mixed zscan($key, $cursor, $MATCH = null, $pattern = null, $COUNT = null, $count = null) Incrementally iterate sorted sets elements and associated scores. <https://redis.io/commands/zscan>
240240
*
241-
* @property-read string $connectionString Socket connection string. This property is read-only.
242-
* @property-read string $driverName Name of the DB driver. This property is read-only.
243-
* @property-read bool $isActive Whether the DB connection is established. This property is read-only.
244-
* @property-read LuaScriptBuilder $luaScriptBuilder This property is read-only.
245-
* @property-read resource|false $socket This property is read-only.
241+
* @property-read string $connectionString Socket connection string.
242+
* @property-read string $driverName Name of the DB driver.
243+
* @property-read bool $isActive Whether the DB connection is established.
244+
* @property-read LuaScriptBuilder $luaScriptBuilder
245+
* @property-read resource|false $socket
246246
*
247247
* @author Carsten Brandt <mail@cebe.cc>
248248
* @since 2.0

src/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* ]
5050
* ~~~
5151
*
52-
* @property-read bool $useCustomStorage Whether to use custom storage. This property is read-only.
52+
* @property-read bool $useCustomStorage Whether to use custom storage.
5353
*
5454
* @author Carsten Brandt <mail@cebe.cc>
5555
* @since 2.0

0 commit comments

Comments
 (0)