package
1.5.3
Repository: https://github.com/cybergarage/go-redis.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewArrayMessage creates an empty array message.
NewArrayMessageWithArray creates an array message with the specified array.
NewBulkMessage creates a bulk string message.
NewConnManager returns a connection map.
NewDefaultServerConfig returns a default server configuration.
NewErrNotSupported returns a new ErrNotSupported.
NewErrorMessage creates an error message.
NewErrorNotSupportedMessage returns a new ErrNotSupported message.
NewFloatMessage creates an float message.
NewIntegerMessage creates an integer message.
NewNilMessage creates a nil bulk string message.
NewOKMessage creates a OK string message.
NewServer returns a new server instance.
NewStringArrayMessage creates an array message with the specified strings.
NewStringMessage creates a string message.
NewTLSConfigFrom returns a new TLS configuration from the specified server configuration.

# Constants

No description provided by the author
DefaultPort is the default port number.
DefaultScanCount is the default scan count.
DefaultScanPattern is the default scan pattern.
DefaultScanType is the default scan type.
DefaultTLSPort is the default TLS port number.
No description provided by the author
No description provided by the author
LocalHost is the local host name.
No description provided by the author
PackageName is the package name.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Config represents a server configuration.
Conn represents a database connection.
ConnManager represents a connection map.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Server is an instance for Redis protocols.
ServerConfig is a configuration for the Redis server.
No description provided by the author
No description provided by the author
No description provided by the author
ZSetMember represents a parameter for ZSetCommandHandler.

# Interfaces

AuthCommandHandler represents a hander interface for authentication commands.
ConnectionManagementCommandHandler represents a hander interface for connection management commands.
GenericCommandHandler represents a hander interface for genelic commands.
HashCommandHandler represents a core command hander interface for hash commands.
ListCommandHandler represents a core command hander interface for list commands.
ServerManagementCommandHandler represents a hander interface for server management commands.
SetCommandHandler represents a core command hander interface for set commands.
StringCommandHandler represents a core command hander interface for string commands.
SystemCommandHandler represents a hander interface for system commands.
UserCommandHandler represents a command hander interface for user commands.
ZSetCommandHandler represents a core command hander interface for zset commands.

# Type aliases

DatabaseID is a database ID.
No description provided by the author
No description provided by the author
Message represents a message of Redis serialization protocol.
No description provided by the author