mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
fix memory nodes
This commit is contained in:
@@ -8,7 +8,7 @@ class RedisCacheUrlApi implements INodeCredential {
|
||||
inputs: INodeParams[]
|
||||
|
||||
constructor() {
|
||||
this.label = 'Redis Cache URL'
|
||||
this.label = 'Redis URL'
|
||||
this.name = 'redisCacheUrlApi'
|
||||
this.version = 1.0
|
||||
this.inputs = [
|
||||
@@ -16,7 +16,7 @@ class RedisCacheUrlApi implements INodeCredential {
|
||||
label: 'Redis URL',
|
||||
name: 'redisUrl',
|
||||
type: 'string',
|
||||
default: '127.0.0.1'
|
||||
default: 'redis://localhost:6379'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user