Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ server.js
File
server.js
examples/cluster-engine-redis/server.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ RedisEngine } from
"@socket.io/cluster-engine"
;
2
import
{ createServer } from
"node:http"
;
3
import
{ createClient } from
"redis"
;
4
import
{ Server } from
"socket.io"
;
Callers
nothing calls this directly
Calls
2
initProxy
Function · 0.85
initServer
Function · 0.70
Tested by
no test coverage detected