File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<p align =" center " >
2- <a href="http ://redis.io/" target="_blank" rel="external">
3- <img src="http ://download.redis.io/redis.png" height="100px">
2+ <a href="https ://redis.io/" target="_blank" rel="external">
3+ <img src="https ://download.redis.io/redis.png" height="100px">
44 </a>
55 <h1 align="center">Redis Cache, Session and ActiveRecord for Yii 2</h1>
66 <br>
77</p >
88
9- This extension provides the [ redis] ( http ://redis.io/) key-value store support for the [ Yii framework 2.0] ( http ://www.yiiframework.com) .
9+ This extension provides the [ redis] ( https ://redis.io/) key-value store support for the [ Yii framework 2.0] ( https ://www.yiiframework.com) .
1010It includes a ` Cache ` and ` Session ` storage handler and implements the ` ActiveRecord ` pattern that allows
1111you to store active records in redis.
1212
@@ -27,7 +27,7 @@ At least redis version 2.6.12 is required for all components to work properly.
2727Installation
2828------------
2929
30- The preferred way to install this extension is through [ composer] ( http ://getcomposer.org/download/) .
30+ The preferred way to install this extension is through [ composer] ( https ://getcomposer.org/download/) .
3131
3232Either run
3333
Original file line number Diff line number Diff line change 66 "license" : " BSD-3-Clause" ,
77 "support" : {
88 "issues" : " https://github.com/yiisoft/yii2-redis/issues" ,
9- "forum" : " http ://www.yiiframework.com/forum/" ,
10- "wiki" : " http ://www.yiiframework.com/wiki/" ,
9+ "forum" : " https ://www.yiiframework.com/forum/" ,
10+ "wiki" : " https ://www.yiiframework.com/wiki/" ,
1111 "irc" : " ircs://irc.libera.chat:6697/yii" ,
1212 "source" : " https://github.com/yiisoft/yii2-redis"
1313 },
You can’t perform that action at this time.
0 commit comments