Skip to content

Commit

Permalink
fix(developer): add memory store ip for redis
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed May 8, 2024
1 parent 1bae93d commit bf4839c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/developer/functions/https/keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { minimalKeyConversion } from './converters.js';
safelyInitializeApp();
const db = getFirestore();
const empty = [];
const redis = new Redis();
const redis = new Redis(process.env.REDIS_HOST);

/**
* A function that returns the keys for a given user.
Expand Down

0 comments on commit bf4839c

Please sign in to comment.