redis

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2016 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Host       string `json:"host"`
	Port       int    `json:"port"`
	Db         int64  `json:"db"`
	Password   string `json:"password"`
	KeyName    string `json:"keyName"`
	JsonDecode bool   `json:"decode"`
}

type RedisInputServer

type RedisInputServer struct {
	// contains filtered or unexported fields
}

func (*RedisInputServer) Init

func (redisServer *RedisInputServer) Init(config json.RawMessage, receiver input.Receiver) error

func (*RedisInputServer) Start

func (redisServer *RedisInputServer) Start() error

func (*RedisInputServer) Stop

func (redisServer *RedisInputServer) Stop() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL