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