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

Method IncrEXFloat

string_commands.go:26–26  ·  view source on GitHub ↗
(ctx context.Context, key string, args IncrEXFloatArgs)

Source from the content-addressed store, hash-verified

24 IncrByFloat(ctx context.Context, key string, value float64) *FloatCmd
25 IncrEXInt(ctx context.Context, key string, args IncrEXIntArgs) *IncrEXIntCmd
26 IncrEXFloat(ctx context.Context, key string, args IncrEXFloatArgs) *IncrEXFloatCmd
27 LCS(ctx context.Context, q *LCSQuery) *LCSCmd
28 MGet(ctx context.Context, keys ...string) *SliceCmd
29 MSet(ctx context.Context, values ...interface{}) *StatusCmd

Callers 2

commands_test.goFile · 0.65
TestIncrEXFloat_ArgsFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestIncrEXFloat_ArgsFunction · 0.52