Download the PHP package livenux/think-redis-cluster without Composer
On this page you can find all versions of the php package livenux/think-redis-cluster. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download livenux/think-redis-cluster
More information about livenux/think-redis-cluster
Files in livenux/think-redis-cluster
Download livenux/think-redis-cluster
More information about livenux/think-redis-cluster
Files in livenux/think-redis-cluster
Vendor livenux
Package think-redis-cluster
Short Description thinkphp redis cluster cache support
License Apache-2.0
Package think-redis-cluster
Short Description thinkphp redis cluster cache support
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package think-redis-cluster
ThinkPHP Redis Cluser Cache Driver
ThinkPHP Redis 集群模式支持
安装
用法
编辑 thinkphp 配置文件 conf/cache.php
问题
- 在 Redis 集群主从延迟的情况下,ThinkPHP 在设置了缓存之后会因为读不到缓存而报错,建议
read_type
采用failover
或者master
只在主节点读写,从节点作为故障转移节点, 或者在代码层面优化. - ssl 支持,为了兼容 php redis 扩展 5.1 没有实现 ssl 连接功能
All versions of think-redis-cluster with dependencies
PHP Build Version
Package Version
The package livenux/think-redis-cluster contains the following files
Loading the files please wait ....