mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Update RedisCache.ts Base Class
This commit is contained in:
@@ -21,7 +21,7 @@ class RedisCache implements INode {
|
||||
this.type = 'Cache'
|
||||
this.icon = 'redis.svg'
|
||||
this.category = 'Cache'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(RedisCache)]
|
||||
this.baseClasses = [this.type, ...getBaseClasses(LangchainRedisCache)]
|
||||
this.credential = {
|
||||
label: 'Connect Credential',
|
||||
name: 'credential',
|
||||
|
||||
Reference in New Issue
Block a user