GET key...

Project Hermes allows for getting values in the store with a simple and intuitive syntax.
After setting a value in the store, to access it, you will then need to access it later on, Project Hermes offers an easy way to do that. If the key does not exist already, nothing will be returned.

Examples:

GET myName

Explanation:
  • GET: This is the operation for getting a value. It is case insensitive.
  • myName: This is the key that is being fetched from the store.

Requirements 🤖

  • Java: Project Hermes was built with Java so it requires Java to run on your machine or server.

Made with ❤️ by John Oye.