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.type = 'Cache'
|
||||||
this.icon = 'upstash.png'
|
this.icon = 'upstash.png'
|
||||||
this.category = 'Cache'
|
this.category = 'Cache'
|
||||||
this.baseClasses = [this.type, ...getBaseClasses(UpstashRedisCache)]
|
this.baseClasses = [this.type, ...getBaseClasses(LangchainUpstashRedisCache)]
|
||||||
this.credential = {
|
this.credential = {
|
||||||
label: 'Connect Credential',
|
label: 'Connect Credential',
|
||||||
name: 'credential',
|
name: 'credential',
|
||||||
|
|||||||
Reference in New Issue
Block a user