Documentation ¶
Overview ¶
Package proxyredis Redis TCP-based fault injection
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Nil = redis.Nil ServerShutdown = proxy.RedisError("Server shutdown in progress") UnknownError = proxy.RedisError("UnknownError") CommandUKErr = proxy.RedisError("ERR unknown command") CommandArgErr = proxy.RedisError("ERR wrong number of arguments for command") )
redis chaos error
Functions ¶
This section is empty.
Types ¶
type ProxyRedis ¶
func NewProxy ¶
func NewProxy(server, addr string) *ProxyRedis
Click to show internal directories.
Click to hide internal directories.