kevy

INCRBYFLOAT

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

構文INCRBYFLOAT key increment
グループstring
引数の数3
導入バージョン1.0.0
フラグwrite
計算量O(1)
Redis 互換性differs: 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

← すべてのコマンド