Redis default port is 6379 (#3548)

This commit is contained in:
Tyler 2024-11-21 13:09:54 -06:00 committed by GitHub
parent ebf9a98341
commit 919cb5097e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class RedisCacheApi implements INodeCredential {
label: 'Port',
name: 'redisCachePort',
type: 'number',
default: '6789'
default: '6379'
},
{
label: 'User',