Update RedisCache.ts Base Class

This commit is contained in:
Henry Heng
2023-10-08 11:58:57 +01:00
committed by GitHub
parent a757491342
commit 132913f50b
+1 -1
View File
@@ -21,7 +21,7 @@ class RedisCache implements INode {
this.type = 'Cache' this.type = 'Cache'
this.icon = 'redis.svg' this.icon = 'redis.svg'
this.category = 'Cache' this.category = 'Cache'
this.baseClasses = [this.type, ...getBaseClasses(RedisCache)] this.baseClasses = [this.type, ...getBaseClasses(LangchainRedisCache)]
this.credential = { this.credential = {
label: 'Connect Credential', label: 'Connect Credential',
name: 'credential', name: 'credential',