kevy

APPEND

Append bytes to a string value; returns the new length.

構文APPEND key value
グループstring
引数の数3
導入バージョン1.0.0
フラグwrite
計算量O(1) amortised while the value is <= 64 B; O(N) per call once it exceeds that (the Arc payload is copied out and re-boxed on every append), so building a large string by repeated APPEND is O(N^2)
Redis 互換性full

← すべてのコマンド