Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
export
const
createRedisClient = () =>
new
Redis(env.REDIS_URL, {
47
maxRetriesPerRequest: null,
48
...buildTlsOptions(),
49
});
Callers
2
redis.ts
File · 0.90
getRedisClient
Function · 0.90
Calls
1
buildTlsOptions
Function · 0.85
Tested by
no test coverage detected