• poVoq@slrpnk.net
      link
      fedilink
      arrow-up
      5
      ·
      3 months ago

      It’s an in memory database that can be used for various tasks and is part of many open-source server applications.

    • sqwerty@programming.devOP
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      The name helps understand a bit more what it is: REmote DIctionary Server. It is essentially a dictionary (key:value store) that runs on a server and can be accessed easily and quickly by multiple applications at the same time. Because of its speed and simplicity, it is used in many different ways in various applications. It also has a lot more features than a dictionary.