Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrul committed Sep 11, 2023
1 parent d3f97e5 commit 61de0cd
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}@${process.env.UPSTASH}`)
const redis = new Redis(`rediss://default:${process.env.REDIS_KEY}@winning-calf-38455.upstash.io:38455`)

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

0 comments on commit 61de0cd

Please sign in to comment.