UNPKG
redis-time-series-ts
Version:
latest (1.3.0)
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
Javascript RedisTimeSeries client
github.com/averias/redis-time-series
averias/redis-time-series
redis-time-series-ts
/
lib
/
command
/
commandInvoker.d.ts
7 lines
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
CommandInterface
}
from
"./interface/command"
;
export
declare
class
CommandInvoker
{
protected
command
:
CommandInterface
;
setCommand
(
command
:
CommandInterface
):
CommandInvoker
;
run
():
Promise
<
any
>; }
//# sourceMappingURL=commandInvoker.d.ts.map