kevy

INCRBYFLOAT

Increment the float value of a key by the given amount.

SyntaxINCRBYFLOAT key increment
Groupstring
Arity3
Since1.0.0
Flagswrite
ComplexityO(1)
Redis compatibilitydiffers: arithmetic is f64 and the reply uses Rust's shortest-round-trip float printer, not a long double accumulator, so trailing digits can diverge from Redis

← All commands