Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sourcebot-dev/sourcebot
/ getRedisClient
Function
getRedisClient
packages/web/src/lib/redis.ts:7–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
let
redis: ReturnType<typeof createRedisClient> | undefined;
6
7
export
function
getRedisClient() {
8
redis ??= createRedisClient();
9
return
redis;
10
}
Callers
2
getCachedListTools
Function · 0.90
setCachedListTools
Function · 0.90
Calls
1
createRedisClient
Function · 0.90
Tested by
no test coverage detected