Skip to content

Commit

Permalink
Redis default port is 6379 (#3548)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgmerritt authored Nov 21, 2024
1 parent ebf9a98 commit 919cb50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class RedisCacheApi implements INodeCredential {
label: 'Port',
name: 'redisCachePort',
type: 'number',
default: '6789'
default: '6379'
},
{
label: 'User',
Expand Down

0 comments on commit 919cb50

Please sign in to comment.