MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / createRedisClient

Function createRedisClient

packages/server/src/utils/redis.ts:36–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 * (`.connect()`, `.quit()`, error listeners).
35 */
36export const createRedisClient = (): ReturnType<typeof createClient> => createClient(buildRedisClientOptions())

Callers 3

constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90

Calls 1

buildRedisClientOptionsFunction · 0.85

Tested by

no test coverage detected