#include <hiredis/hiredis.h>#include "redis.h"#include "redis-parser.h"#include "plugin.h"#include "stats/stats-registry.h"#include "logqueue.h"#include "driver.h"#include "plugin-types.h"#include "logthrdest/logthrdestdrv.h"#include "redis-worker.h"
Functions | |
| void | redis_dd_set_host (LogDriver *d, const gchar *host) |
| void | redis_dd_set_port (LogDriver *d, gint port) |
| void | redis_dd_set_auth (LogDriver *d, const gchar *auth) |
| void | redis_dd_set_timeout (LogDriver *d, const glong timeout) |
| void | redis_dd_set_command_ref (LogDriver *d, const gchar *command, GList *arguments) |
| LogTemplateOptions * | redis_dd_get_template_options (LogDriver *d) |
| LogDriver * | redis_dd_new (GlobalConfig *cfg) |
| gboolean | redis_module_init (PluginContext *context, CfgArgs *args) |
Variables | |
| CfgParser | redis_dd_parser |
| const ModuleInfo | module_info |
| LogTemplateOptions* redis_dd_get_template_options | ( | LogDriver * | d | ) |
| LogDriver* redis_dd_new | ( | GlobalConfig * | cfg | ) |
| void redis_dd_set_auth | ( | LogDriver * | d, |
| const gchar * | auth | ||
| ) |
| void redis_dd_set_command_ref | ( | LogDriver * | d, |
| const gchar * | command, | ||
| GList * | arguments | ||
| ) |
| void redis_dd_set_host | ( | LogDriver * | d, |
| const gchar * | host | ||
| ) |
| void redis_dd_set_port | ( | LogDriver * | d, |
| gint | port | ||
| ) |
| void redis_dd_set_timeout | ( | LogDriver * | d, |
| const glong | timeout | ||
| ) |
| gboolean redis_module_init | ( | PluginContext * | context, |
| CfgArgs * | args | ||
| ) |
| const ModuleInfo module_info |
|
extern |