Skip to content

Commit

Permalink
feat(Nodejs): adds cache param to client
Browse files Browse the repository at this point in the history
  • Loading branch information
francofantini committed Jun 21, 2023
1 parent 602dcba commit e3b13de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/nodejs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class Redis extends core.Redis {
headers: { authorization: `Bearer ${configOrRequester.token}` },
agent: configOrRequester.agent,
responseEncoding: configOrRequester.responseEncoding,
cache: configOrRequester.cache || 'no-store',
cache: configOrRequester.cache || "no-store",
});

super(client, {
Expand Down

0 comments on commit e3b13de

Please sign in to comment.