File: sentinel_library.h

package info (click to toggle)
php-redis 5.3.2%2B4.3.0-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,944 kB
  • sloc: ansic: 33,895; php: 12,090; xml: 1,733; sh: 297; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
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 void sentinel_mbulk_reply_zipped_assoc(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab, void *ctx);

#endif /* REDIS_SENTINEL_LIBRARY_H */