Update in-memory-data-structure-store@M-EXrTDeAEMz_IkEi-ab4.md (#7270)

* Update in-memory-data-structure-store@M-EXrTDeAEMz_IkEi-ab4.md

added content

* Update src/data/roadmaps/redis/content/in-memory-data-structure-store@M-EXrTDeAEMz_IkEi-ab4.md

---------

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
pull/7278/head
Aryan Chaurasia 3 weeks ago committed by GitHub
parent 72a04b9b9f
commit 447437bfc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      src/data/roadmaps/redis/content/in-memory-data-structure-store@M-EXrTDeAEMz_IkEi-ab4.md

@ -1 +1,7 @@
# In-memory Data Structure Store
# In-memory Data Structure Store
An in-memory database is a purpose-built database that relies primarily on internal memory for data storage. It enables minimal response times by eliminating the need to access standard disk drives (SSDs). In-memory databases are ideal for applications that require microsecond response times or have large spikes in traffic, such as gaming leaderboards, session stores, and real-time data analytics. The terms main memory database (MMDB), in-memory database system (IMDS), and real-time database system (RTDB) also refer to in-memory databases.
Learn more from the following resources:
- [@article@Amazon MemoryDB](https://aws.amazon.com/memorydb/)

Loading…
Cancel
Save