redisqueue

package
v0.0.0-...-d24e03e Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Queue

type Queue interface {
	Push(key string, val string) error
	Peek(key string) ([]string, error)
	Remove(key string, count int64, val interface{}) error
	PopPush(source string, destination string) error
}

func NewRedisClientQueue

func NewRedisClientQueue(client *redis.Client) Queue

Directories

Path Synopsis
Package mock_redisqueue is a generated GoMock package.
Package mock_redisqueue is a generated GoMock package.

Jump to

Keyboard shortcuts

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