Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
36
export
const
createRedisClient = (): ReturnType<typeof createClient> => createClient(buildRedisClientOptions())
Callers
3
constructor
Method · 0.90
constructor
Method · 0.90
constructor
Method · 0.90
Calls
1
buildRedisClientOptions
Function · 0.85
Tested by
no test coverage detected