generated at
Redis
"REmote DIctionary Service"

>The most accurate description of Redis is that it's a data structure server. This specific nature of Redis has led to much of its popularity and adoption amongst developers.
当初RedisはMySQLPostgreSQLの手前に置くキャッシュ目的In-memory databaseだった
頻繁に変わらないがよくリクエストされるデータ
ミッションクリティカルでないデータ
進歩により、primaryなデータストアとしても成熟してきた
インメモリでのデータ操作はSSDやHDDを使う場合よりも遥かに高速