redis

package
v1.8.13 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RedisMessageBroker

type RedisMessageBroker struct {
	// contains filtered or unexported fields
}

func New

func New(db int) *RedisMessageBroker

func (*RedisMessageBroker) Publish

func (msgBroker *RedisMessageBroker) Publish(ctx context.Context, channel string, payload any) error

func (*RedisMessageBroker) Subscribe

func (msgBroker *RedisMessageBroker) Subscribe(ctx context.Context, channel string, callback func(channel string, payload string)) func() error

Jump to

Keyboard shortcuts

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