MCPcopy
hub / github.com/FlowiseAI/Flowise / close

Method close

packages/server/src/CachePool.ts:180–184  ·  view source on GitHub ↗

* Close Redis connection if applicable

()

Source from the content-addressed store, hash-verified

178 * Close Redis connection if applicable
179 */
180 async close() {
181 if (this.redisClient) {
182 await this.redisClient.quit()
183 }
184 }
185}
186
187let cachePoolInstance: CachePool | undefined

Callers 15

initializeMethod · 0.80
MCPToolFunction · 0.80
createPipedreamToolFunction · 0.80
getChatMessagesMethod · 0.80
addChatMessagesMethod · 0.80
clearChatMessagesMethod · 0.80
upsertMethod · 0.80
deleteMethod · 0.80
initMethod · 0.80
closeConnectionMethod · 0.80
stopProcessMethod · 0.80
handleMcpRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected