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

← 全部命令