mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Update UpstashRedisCache.ts Base Class
This commit is contained in:
@@ -20,7 +20,7 @@ class UpstashRedisCache implements INode {
|
||||
this.type = 'Cache'
|
||||
this.icon = 'upstash.png'
|
||||
this.category = 'Cache'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(UpstashRedisCache)]
|
||||
this.baseClasses = [this.type, ...getBaseClasses(LangchainUpstashRedisCache)]
|
||||
this.credential = {
|
||||
label: 'Connect Credential',
|
||||
name: 'credential',
|
||||
|
||||
Reference in New Issue
Block a user