One Hat Cyber Team
Your IP :
172.69.214.199
Server IP :
188.114.97.3
Server :
Linux thuru 6.5.11-4-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-4 (2023-11-20T10:19Z) x86_64
Server Software :
Apache/2.4.51 (Unix) OpenSSL/1.0.2k-fips
PHP Version :
7.3.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
src
/
redis-5.3.5RC1
/
Edit File:
redis_sentinel.h
#ifndef REDIS_SENTINEL_H #define REDIS_SENTINEL_H #include "sentinel_library.h" #define PHP_REDIS_SENTINEL_VERSION "0.1" PHP_METHOD(RedisSentinel, __construct); PHP_METHOD(RedisSentinel, ckquorum); PHP_METHOD(RedisSentinel, failover); PHP_METHOD(RedisSentinel, flushconfig); PHP_METHOD(RedisSentinel, getMasterAddrByName); PHP_METHOD(RedisSentinel, master); PHP_METHOD(RedisSentinel, masters); PHP_METHOD(RedisSentinel, ping); PHP_METHOD(RedisSentinel, reset); PHP_METHOD(RedisSentinel, sentinels); PHP_METHOD(RedisSentinel, slaves); #endif /* REDIS_SENTINEL_H */
Simpan