commands

package
v0.0.0-...-0158116 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintError

func PrintError(msg string)

func PrintInfo

func PrintInfo(msg string)

Types

type RedisCommand

type RedisCommand interface {
	Execute(ctx context.Context, client *redis2.Client, args []string)
}

type RedisCommandGet

type RedisCommandGet struct {
}

func (*RedisCommandGet) Execute

func (cmd *RedisCommandGet) Execute(ctx context.Context, client *redis2.Client, args []string)

type RedisCommandHGet

type RedisCommandHGet struct {
}

func (*RedisCommandHGet) Execute

func (cmd *RedisCommandHGet) Execute(ctx context.Context, client *redis2.Client, args []string)

type RedisCommandHGetAll

type RedisCommandHGetAll struct {
}

func (*RedisCommandHGetAll) Execute

func (cmd *RedisCommandHGetAll) Execute(ctx context.Context, client *redis2.Client, args []string)

type RedisCommandHSet

type RedisCommandHSet struct {
}

func (*RedisCommandHSet) Execute

func (cmd *RedisCommandHSet) Execute(ctx context.Context, client *redis2.Client, args []string)

type RedisCommandNil

type RedisCommandNil struct {
}

func (*RedisCommandNil) Execute

func (cmd *RedisCommandNil) Execute(ctx context.Context, client *redis2.Client, args []string)

type RedisCommandSelect

type RedisCommandSelect struct {
}

func (*RedisCommandSelect) Execute

func (cmd *RedisCommandSelect) Execute(ctx context.Context, client *redis2.Client, args []string)

type RedisCommandSet

type RedisCommandSet struct {
}

func (*RedisCommandSet) Execute

func (cmd *RedisCommandSet) Execute(ctx context.Context, client *redis2.Client, args []string)

Jump to

Keyboard shortcuts

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