ARRAY_GET key...

With the new feature introduced you can now easily get all the items in an array by simply just running the above command and it'll return the items in a JSON format which you can parse in your respective languages. Note: Arrays in Hermes are not associative (like in PHP), they're more like lists

Examples:

ARRAY_GET users

Explanation:
  • ARRAY_GET: This is the operation for dumping all the values in the specified array.
  • users: This is the key of the array whose values are being dumped.

Requirements 🤖

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

Made with ❤️ by John Oye.