UNPKG
tedis
Version:
beta (0.2.0-beta)
latest (0.1.12)
1.0.3
0.2.0-beta
0.1.12
0.1.11-rc.2
0.1.11-rc.1
0.1.11-rc.0
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
redis client for node.js with typescript and async
github.com/silkjs/tedis
silkjs/tedis
tedis
/
src
/
main.ts
4 lines
(3 loc)
•
87 B
text/typescript
View Raw
1
2
3
4
// core
export
{
Tedis
}
from
"./core/tedis"
;
export
{
TedisPool
}
from
"./core/pool"
;