UNPKG
rankmycache
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.0
An easy-to-use cache providing service.
rankmyapp/rankmycache
rankmycache
/
dist
/
adapters
/
cache-adapters.d.ts
4 lines
(3 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
import
{
Redis
}
from
'ioredis'
;
import
{
InMemory
}
from
'./in-memory-adapter'
;
export
declare
type
AvailableProviders
=
Redis
|
InMemory
;