MCPcopy
hub / github.com/redis/go-redis / TSCreateWithArgs

Method TSCreateWithArgs

timeseries_commands.go:17–17  ·  view source on GitHub ↗
(ctx context.Context, key string, options *TSOptions)

Source from the content-addressed store, hash-verified

15 TSAddWithArgs(ctx context.Context, key string, timestamp interface{}, value float64, options *TSOptions) *IntCmd
16 TSCreate(ctx context.Context, key string) *StatusCmd
17 TSCreateWithArgs(ctx context.Context, key string, options *TSOptions) *StatusCmd
18 TSAlter(ctx context.Context, key string, options *TSAlterOptions) *StatusCmd
19 TSCreateRule(ctx context.Context, sourceKey string, destKey string, aggregator Aggregator, bucketDuration int) *StatusCmd
20 TSCreateRuleWithArgs(ctx context.Context, sourceKey string, destKey string, aggregator Aggregator, bucketDuration int, options *TSCreateRuleOptions) *StatusCmd

Calls

no outgoing calls