kevy

EXEC

Execute every command queued since MULTI.

構文EXEC
グループtx
引数の数1
導入バージョン1.0.0
フラグreadonly, transaction
計算量O(sum of the queued commands' costs); with W watched keys, one extra O(W) pre-check fanned into O(min(W,S)) messages
Redis 互換性differs: a MULTI batch spanning several shards is per-shard-atomic, not globally isolated (there is no cross-shard snapshot); a queue-time error aborts the whole batch with EXECABORT, but a runtime error inside EXEC leaves the other commands applied, as in Redis

← すべてのコマンド