Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ redis.ts
File
redis.ts
packages/socket.io-cluster-engine/test/redis.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
expect = require(
"expect.js"
);
2
import
{ createServer } from
"node:http"
;
3
import
{ createClient } from
"redis"
;
4
import
{ handshake, url } from
"./util"
;
Callers
nothing calls this directly
Calls
15
handshake
Function · 0.90
url
Function · 0.90
createClient
Function · 0.85
createServer
Function · 0.85
cleanup
Function · 0.85
it
Function · 0.85
done
Function · 0.85
listen
Method · 0.80
eql
Method · 0.80
connect
Method · 0.45
attach
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected