Background In redis, the simplest command to read a key is GET. However, there is use case to read multiple keys at same time. Using GET with loops could be costly (especially network IO in cloud), and Redis at least provides two way to speed up: MGET and PIPELINE. Then it is nature to ask how is it different for MGET and PIPELINE, in terms of use case and performance. Benchmark Similar to redis/r
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く