Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sentinel_library.h - github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88d9a564e7808fd099694e91984d8aff45a2d95a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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 */