mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	@ -425,7 +425,7 @@ registered on [Packagist](https://packagist.org/) and can be easily installed as
 | 
				
			|||||||
  provides the supports for running tasks asynchronously via queues.
 | 
					  provides the supports for running tasks asynchronously via queues.
 | 
				
			||||||
  It supports queues based on DB, Redis, RabbitMQ, AMQP, Beanstalk and Gearman.
 | 
					  It supports queues based on DB, Redis, RabbitMQ, AMQP, Beanstalk and Gearman.
 | 
				
			||||||
- [yiisoft/yii2-redis](https://www.yiiframework.com/extension/yiisoft/yii2-redis):
 | 
					- [yiisoft/yii2-redis](https://www.yiiframework.com/extension/yiisoft/yii2-redis):
 | 
				
			||||||
  provides the support for using [redis](http://redis.io/). It includes features such as basic query,
 | 
					  provides the support for using [redis](https://redis.io/). It includes features such as basic query,
 | 
				
			||||||
  Active Record, caching, etc.
 | 
					  Active Record, caching, etc.
 | 
				
			||||||
- [yiisoft/yii2-shell](https://www.yiiframework.com/extension/yiisoft/yii2-shell):
 | 
					- [yiisoft/yii2-shell](https://www.yiiframework.com/extension/yiisoft/yii2-shell):
 | 
				
			||||||
  provides an interactive shell based on [psysh](http://psysh.org/).
 | 
					  provides an interactive shell based on [psysh](http://psysh.org/).
 | 
				
			||||||
 | 
				
			|||||||
@ -132,7 +132,7 @@ You may also store session data in a cache by using [[yii\web\CacheSession]]. In
 | 
				
			|||||||
when the storage limit is reached. For this reason, you should mainly use those cache storage that do not enforce
 | 
					when the storage limit is reached. For this reason, you should mainly use those cache storage that do not enforce
 | 
				
			||||||
storage limit.
 | 
					storage limit.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If you have [Redis](http://redis.io/) on your server, it is highly recommended you use it as session storage by using
 | 
					If you have [Redis](https://redis.io/) on your server, it is highly recommended you use it as session storage by using
 | 
				
			||||||
[[yii\redis\Session]].
 | 
					[[yii\redis\Session]].
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user