Documentation ¶
Index ¶
- type Redis
- func (r *Redis) Close() error
- func (r *Redis) GetLogger() logr.Logger
- func (r *Redis) GetRole(ctx context.Context, request *ProbeRequest, response *ProbeResponse) (string, error)
- func (r *Redis) GetRunningPort() int
- func (r *Redis) Init(metadata Properties) (err error)
- func (r *Redis) InternalExec(ctx context.Context, cmd string) (int64, error)
- func (r *Redis) InternalQuery(ctx context.Context, cmd string) ([]byte, error)
- func (r *Redis) Ping() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Redis ¶
type Redis struct { BaseOperations // contains filtered or unexported fields }
Redis is a redis output binding.
func (*Redis) GetRunningPort ¶
func (*Redis) InternalExec ¶
InternalExec is used for internal execution, implements BaseInternalOps interface.
func (*Redis) InternalQuery ¶
InternalQuery is used for internal query, implements BaseInternalOps interface.
Click to show internal directories.
Click to hide internal directories.