MCPcopy 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

5let redis: ReturnType<typeof createRedisClient> | undefined;
6
7export function getRedisClient() {
8 redis ??= createRedisClient();
9 return redis;
10}

Callers 2

getCachedListToolsFunction · 0.90
setCachedListToolsFunction · 0.90

Calls 1

createRedisClientFunction · 0.90

Tested by

no test coverage detected