Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/node-redis
/ pubsub-publisher.js
File
pubsub-publisher.js
examples/pubsub-publisher.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// A sample publisher using the publish function to put message on different channels.
2
// https://redis.io/commands/publish/
3
import
{ createClient } from
'redis'
;
4
Callers
nothing calls this directly
Calls
4
createClient
Function · 0.90
publish
Method · 0.80
log
Method · 0.80
connect
Method · 0.45
Tested by
no test coverage detected