Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/ioredis
/ test
Function
test
benchmarks/errorStack.ts:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
{
8
default: {
9
test() {
10
return
redis.set(
"foo"
,
"bar"
);
11
},
12
before(cb) {
13
redis =
new
Redis();
14
cb();
Callers
nothing calls this directly
Calls
1
set
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…