文件名称:php-redis-read-replicas:使用 Redis 读取副本(例如 AWS ElastiCache)来扩展读取性能
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-06 11:21:52
PHP
php-redis-read-replicas 此类的目的是利用 AWS ElastiCache(或类似的)中的 Redis 读取副本来扩展读取性能。 但请记住,由于 Redis 复制是异步的,因此您需要以对最终完整数据感到满意的方式来构建应用程序。 例如,从辅助节点读取用户配置文件或会话可能不是一个好主意; 但是,例如从次要加载用户评论很好。 您将设置读取首选项并使用getReadAdapter()方法,该方法(取决于您的读取首选项)返回可用的辅助服务器之一或主服务器。 先决条件 你需要有 ** Redis PECL ** 扩展。 sudo pecl install redis Redis配置 在 AWS 中运行新的 Redis 缓存集群: 引擎版本 2.8.x 启用复制 启用多可用区 1 个或多个只读副本 请注意,ElastiCache 只能在 AWS 环境中访问,您无法授
【文件预览】:
php-redis-read-replicas-master
----src()
--------Redis()
----LICENSE(1KB)
----README.md(1KB)
----index.php(2KB)
----.gitignore(217B)