MCPcopy
hub / github.com/redis/go-redis / SPublish

Method SPublish

pubsub_commands.go:11–11  ·  view source on GitHub ↗
(ctx context.Context, channel string, message interface{})

Source from the content-addressed store, hash-verified

9type PubSubCmdable interface {
10 Publish(ctx context.Context, channel string, message interface{}) *IntCmd
11 SPublish(ctx context.Context, channel string, message interface{}) *IntCmd
12 PubSubChannels(ctx context.Context, pattern string) *StringSliceCmd
13 PubSubNumSub(ctx context.Context, channels ...string) *MapStringIntCmd
14 PubSubNumPat(ctx context.Context) *IntCmd

Callers 3

pubsub_test.goFile · 0.65
osscluster_test.goFile · 0.65
startPubSubConnectionsFunction · 0.65

Calls

no outgoing calls

Tested by 1

startPubSubConnectionsFunction · 0.52