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