You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
time-series
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { RedisArgument, SimpleStringReply, Command } from '@redis/client/dist/lib/RESP/types';
|
||||
import {
|
||||
pushRetentionArgument,
|
||||
TimeSeriesEncoding,
|
||||
pushEncodingArgument,
|
||||
pushChunkSizeArgument,
|
||||
TimeSeriesDuplicatePolicies,
|
||||
pushDuplicatePolicy,
|
||||
Labels,
|
||||
pushLabelsArgument,
|
||||
pushDuplicatePolicy
|
||||
pushLabelsArgument
|
||||
} from '.';
|
||||
import { RedisArgument, SimpleStringReply, Command } from '@redis/client/dist/lib/RESP/types';
|
||||
|
||||
export interface TsCreateOptions {
|
||||
RETENTION?: number;
|
||||
|
Reference in New Issue
Block a user