Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
調べてみましたが、それが Redis MVCC かどうかわかりませんか? Redis は書き込み中の読み取りを許可しますか?
Redis はシングルスレッドです。すべてのコマンドはアトミックです。コマンドの実行中は、他のコマンドを実行できません。しかし、すべてがメモリ内にあるため、コマンドは (通常) かなり高速です。
いいえ、redis は書き込み中の読み取りを許可しませんが、それは問題ではありません。