Skip to content

Commit

Permalink
fix upstash link
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrul committed Nov 19, 2023
1 parent 7c13e35 commit ea587ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/redis/redis.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require('dotenv').config()

const requrseRedis = require('./redis.middleware')

const redis = new Redis(`rediss://default:${process.env.REDIS_KEY}@willing-cowbird-38871.upstash.io:38871`)
const redis = new Redis(`rediss://default:${process.env.REDIS_KEY}@us1-capital-badger-41133.upstash.io:41133`)

const redisKey = 'books'
const memberKey = 'books_ids'
Expand Down

0 comments on commit ea587ac

Please sign in to comment.