Update RedisCache.ts type
This commit is contained in:
parent
643adb5979
commit
abce51353b
|
|
@ -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)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue