UNPKG
axios-cache-adapter
Version:
beta (3.0.0-beta.0)
latest (2.7.3)
3.0.0-beta.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.0
2.5.0
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Caching adapter for axios
github.com/RasCarlito/axios-cache-adapter
RasCarlito/axios-cache-adapter
axios-cache-adapter
/
src
/
index.node.js
6 lines
(4 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ setup, setupCache, serializeQuery }
from
'./api'
import
RedisStore
from
'./redis'
export
{ setup, setupCache, serializeQuery,
RedisStore
}
export
default
{ setup, setupCache, serializeQuery,
RedisStore
}