文件名称:php-redis-sentinel:crypt连接redisPHP库哨兵
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-01 22:03:34
PHP
PHP Redis前哨 为AES,RSA,3DES和一些特殊算法加密。 要求 PHP5.3.0或更高版本 安装 创建或修改您的composer.json { " require " : { " lancerhe/php-redis-sentinel " : " dev-master " } } 用法 <?php require ( './vendor/autoload.php' ); $ master_name = 'my_master' ; $ sentinel = new \ RedisSentinel \ Sentinel ( $ master_name ); $ sentinel -> add ( new \ RedisSentinel \ Client ( '192.168.1.2' , 26379 )); $ sentinel -> add
【文件预览】:
php-redis-sentinel-master
----.gitignore(250B)
----README.md(1KB)
----tests()
--------RedisSentinel()
--------bootstrap.php(68B)
----phpunit.xml(662B)
----LICENSE(11KB)
----composer.json(356B)
----src()
--------RedisSentinel()