I know that it is possible to display the value of the key, which is part of the Map that was saved in the caret, using REST.
Using curl, this will be done as follows:
curl -v -X GET http://127.0.0.1:5701/hazelcast/rest/maps/myMap/nameOfKeyInMap
But what if I donโt know which keys were used? Following the principles of REST, I skipped part of the nameOfKeyInMap URL and expected Hazelcast to return a list of keys. But this is not so.
Do you know a way to get at least part of the keys used? I am using Hazelcast 3.4 and checked manual but could not find a solution
I want to use REST because I need people to check cards that didnโt have much more than the browser on their computers.
source share