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

Method TSAdd

timeseries_commands.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, key string, timestamp interface{}, value float64)

Source from the content-addressed store, hash-verified

12
13type TimeseriesCmdable interface {
14 TSAdd(ctx context.Context, key string, timestamp interface{}, value float64) *IntCmd
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

Calls

no outgoing calls