Skip to content

Commit

Permalink
Default to standard redis port
Browse files Browse the repository at this point in the history
  • Loading branch information
junlarsen committed Oct 12, 2024
1 parent 66607ef commit 0ad2c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/pubsub/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Redis from 'ioredis';

const options: Redis.RedisOptions = {
host: process.env.REDIS_HOST,
port: 6380,
port: 6379,
tls: {
servername: process.env.REDIS_HOST,
},
Expand Down

0 comments on commit 0ad2c69

Please sign in to comment.