mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Redis default port is 6379 (#3548)
This commit is contained in:
@@ -22,7 +22,7 @@ class RedisCacheApi implements INodeCredential {
|
|||||||
label: 'Port',
|
label: 'Port',
|
||||||
name: 'redisCachePort',
|
name: 'redisCachePort',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
default: '6789'
|
default: '6379'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'User',
|
label: 'User',
|
||||||
|
|||||||
Reference in New Issue
Block a user