MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / createRedisClient

Function createRedisClient

packages/shared/src/redis.ts:46–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44};
45
46export const createRedisClient = () => new Redis(env.REDIS_URL, {
47 maxRetriesPerRequest: null,
48 ...buildTlsOptions(),
49});

Callers 2

redis.tsFile · 0.90
getRedisClientFunction · 0.90

Calls 1

buildTlsOptionsFunction · 0.85

Tested by

no test coverage detected