mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 05:01:10 +03:00
Update UpstashRedisCache.ts type
This commit is contained in:
@@ -14,10 +14,10 @@ class UpstashRedisCache implements INode {
|
|||||||
credential: INodeParams
|
credential: INodeParams
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Upstash Redis LLM Cache'
|
this.label = 'Upstash Redis Cache'
|
||||||
this.name = 'upstashRedisCache'
|
this.name = 'upstashRedisCache'
|
||||||
this.version = 1.0
|
this.version = 1.0
|
||||||
this.type = 'Cache'
|
this.type = 'UpstashRedisCache'
|
||||||
this.icon = 'upstash.png'
|
this.icon = 'upstash.png'
|
||||||
this.category = 'Cache'
|
this.category = 'Cache'
|
||||||
this.baseClasses = [this.type, ...getBaseClasses(LangchainUpstashRedisCache)]
|
this.baseClasses = [this.type, ...getBaseClasses(LangchainUpstashRedisCache)]
|
||||||
|
|||||||
Reference in New Issue
Block a user