文件名称:基于phpredis扩展PHP 5.3+ redis-sentinel客户端。-PHP开发
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-16 02:31:02
PHP Database
redis-sentinel基于phpredis扩展的php的redis-sentinel客户端。 示例获取Redis主地址并创建Redis对象:$ sentinel = new \ Jenner \ RedisSentinel \ Sentinel(); $ sentinel-> connect('12基于phpredis扩展名的php的redis-sentinel redis-sentinel客户端。示例获取Redis主地址并创建Redis对象:$ sentinel = new \ Jenner \ RedisSentinel \ Sentinel(); $ sentinel-> connect ('127.0.0.1',6379); $ address = $ sentinel-> getMasterAddrByName('mymaster'); $ redis = new Redis(); $ redis-> connect($ address ['ip'],$ address [' port']); $ info = $ redis-> info(); print_r($ i
【文件预览】:
redis-sentinel-master
----composer.json(576B)
----.travis.yml(408B)
----phpunit.xml(182B)
----tests()
--------SentinelTimeoutTest.php(793B)
--------SentinelPoolTest.php(2KB)
--------SentinelTest.php(3KB)
----src()
--------SentinelPool.php(3KB)
--------SentinelClientNotConnectException.php(195B)
--------Sentinel.php(8KB)
----.travis-ci()
--------init.sh(667B)
--------redis_install.sh(529B)
--------etc()
----examples()
--------simple.php(451B)
--------pool.php(438B)
----.gitignore(7B)
----README.md(2KB)