GIF89a;
Priv8 Uploader By InMyMine7
Linux server.abcbiz.in 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
#ifndef REDIS_SENTINEL_LIBRARY_H #define REDIS_SENTINEL_LIBRARY_H #include "common.h" #include "library.h" typedef redis_object redis_sentinel_object; zend_object *create_sentinel_object(zend_class_entry *ce); PHP_REDIS_API int sentinel_mbulk_reply_zipped_assoc(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab, void *ctx); #endif /* REDIS_SENTINEL_LIBRARY_H */