Skip to content

Commit ab8ea22

Browse files
Update redis links (#19498)
* Update redis link * Update redis link
1 parent 9c4c36e commit ab8ea22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/structure-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ registered on [Packagist](https://packagist.org/) and can be easily installed as
425425
provides the supports for running tasks asynchronously via queues.
426426
It supports queues based on DB, Redis, RabbitMQ, AMQP, Beanstalk and Gearman.
427427
- [yiisoft/yii2-redis](https://www.yiiframework.com/extension/yiisoft/yii2-redis):
428-
provides the support for using [redis](http://redis.io/). It includes features such as basic query,
428+
provides the support for using [redis](https://redis.io/). It includes features such as basic query,
429429
Active Record, caching, etc.
430430
- [yiisoft/yii2-shell](https://www.yiiframework.com/extension/yiisoft/yii2-shell):
431431
provides an interactive shell based on [psysh](http://psysh.org/).

docs/guide/tutorial-performance-tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You may also store session data in a cache by using [[yii\web\CacheSession]]. In
132132
when the storage limit is reached. For this reason, you should mainly use those cache storage that do not enforce
133133
storage limit.
134134

135-
If you have [Redis](http://redis.io/) on your server, it is highly recommended you use it as session storage by using
135+
If you have [Redis](https://redis.io/) on your server, it is highly recommended you use it as session storage by using
136136
[[yii\redis\Session]].
137137

138138

0 commit comments

Comments
 (0)