logger

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoggingConn

type LoggingConn struct {
	redis.Conn
}

func (*LoggingConn) Close

func (c *LoggingConn) Close() error

func (*LoggingConn) Do

func (c *LoggingConn) Do(commandName string, args ...interface{}) (interface{}, error)

func (*LoggingConn) DoContext

func (c *LoggingConn) DoContext(ctx context.Context, commandName string, args ...interface{}) (interface{}, error)

func (*LoggingConn) DoWithTimeout

func (c *LoggingConn) DoWithTimeout(timeout time.Duration, commandName string, args ...interface{}) (interface{}, error)

func (*LoggingConn) Receive

func (c *LoggingConn) Receive() (interface{}, error)

func (*LoggingConn) ReceiveContext

func (c *LoggingConn) ReceiveContext(ctx context.Context) (interface{}, error)

func (*LoggingConn) ReceiveWithTimeout

func (c *LoggingConn) ReceiveWithTimeout(timeout time.Duration) (interface{}, error)

func (*LoggingConn) Send

func (c *LoggingConn) Send(commandName string, args ...interface{}) error

Jump to

Keyboard shortcuts

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