Skip to content

Key Value Pairs

25/07/2022 08:15

Parent: [[]] Tags: #DBMS

Key-value pairs:

  • Redis or Memcached
  • Stores in main memory
  • For fast access over storage
  • Get Set commands
  • Used in applications where limited memory and fast get/set is required like in gaming leaderboards.
  • Used in pub-sub messaging model

References:

On this page