mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Update RedisCache.ts type
This commit is contained in:
@@ -15,10 +15,10 @@ class RedisCache implements INode {
|
|||||||
credential: INodeParams
|
credential: INodeParams
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
this.label = 'Redis LLM Cache'
|
this.label = 'Redis Cache'
|
||||||
this.name = 'redisCache'
|
this.name = 'redisCache'
|
||||||
this.version = 1.0
|
this.version = 1.0
|
||||||
this.type = 'Cache'
|
this.type = 'RedisCache'
|
||||||
this.icon = 'redis.svg'
|
this.icon = 'redis.svg'
|
||||||
this.category = 'Cache'
|
this.category = 'Cache'
|
||||||
this.baseClasses = [this.type, ...getBaseClasses(LangchainRedisCache)]
|
this.baseClasses = [this.type, ...getBaseClasses(LangchainRedisCache)]
|
||||||
|
|||||||
Reference in New Issue
Block a user