Skip to content

Commit

Permalink
Update lib/util/cache/package/redis.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rhys Arkins <[email protected]>
  • Loading branch information
monwolf and rarkins authored Dec 22, 2023
1 parent 4dcfbf5 commit 92c9cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/cache/package/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export async function init(
if (!url) {
return;
}
rprefix = prefix;
rprefix = prefix ?? '';
logger.debug('Redis cache init');
client = createClient({
url,
Expand Down

0 comments on commit 92c9cbb

Please sign in to comment.