Skip to content

Commit 732ebcf

Browse files
author
matus.hudec
committed
Release 7.0.4-beta
1 parent 0851456 commit 732ebcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/httpClient/redisStorage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const KEY_PREFIX = 'axios-cache-';
55

66
const MIN_TTL = 60000;
77

8-
export default async function createRedisStorage(redisEndpoint: string) {
8+
export default function createRedisStorage(redisEndpoint: string) {
99
// eslint-disable-next-line import/no-extraneous-dependencies
1010
const redis = require('redis');
1111

0 commit comments

Comments
 (0)