mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Removing InMemoryCache and code cleanup in MomentoCache
This commit is contained in:
@@ -36,7 +36,6 @@ class MomentoCache implements INode {
|
||||
const credentialData = await getCredentialData(nodeData.credential ?? '', options)
|
||||
const apiKey = getCredentialParam('momentoApiKey', credentialData, nodeData)
|
||||
const cacheName = getCredentialParam('momentoCache', credentialData, nodeData)
|
||||
const endPoint = getCredentialParam('momentoEndpoint', credentialData, nodeData)
|
||||
|
||||
// See https://github.com/momentohq/client-sdk-javascript for connection options
|
||||
const client = new CacheClient({
|
||||
|
||||
Reference in New Issue
Block a user