Skip to content

Commit

Permalink
Update redis
Browse files Browse the repository at this point in the history
Problems we had: redis/node-redis#2151
  • Loading branch information
binarymist committed Jun 11, 2022
1 parent 90f3294 commit 1cd59c6
Show file tree
Hide file tree
Showing 6 changed files with 1,039 additions and 769 deletions.
3 changes: 1 addition & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ const schema = {
doc: 'The options used for creating the redis client.',
format: (val) => typeof val === 'object',
default: {
port: 6379,
host: 'redis'
socket: { host: 'redis', port: 6379 }
// "host": "172.17.0.2" // host networking or not running in container
}
}
Expand Down
Loading

0 comments on commit 1cd59c6

Please sign in to comment.