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

Method TSMAdd

timeseries_commands.go:31–31  ·  view source on GitHub ↗
(ctx context.Context, ktvSlices [][]interface{})

Source from the content-addressed store, hash-verified

29 TSInfo(ctx context.Context, key string) *MapStringInterfaceCmd
30 TSInfoWithArgs(ctx context.Context, key string, options *TSInfoOptions) *MapStringInterfaceCmd
31 TSMAdd(ctx context.Context, ktvSlices [][]interface{}) *IntSliceCmd
32 TSQueryIndex(ctx context.Context, filterExpr []string) *StringSliceCmd
33 TSRevRange(ctx context.Context, key string, fromTimestamp int, toTimestamp int) *TSTimestampValueSliceCmd
34 TSRevRangeWithArgs(ctx context.Context, key string, fromTimestamp int, toTimestamp int, options *TSRevRangeOptions) *TSTimestampValueSliceCmd

Calls

no outgoing calls