hazelcast-nodejs-client
hazelcast-nodejs-client copied to clipboard
Values() and valuesWithPredicates() only return heap items.
Hello, I have posted details about this - what I believe is a - very simple issue to solve in this github thread. Its short, just scroll down. https://github.com/hazelcast/hazelcast/issues/21276#issuecomment-1691340103 My Hazelcast is running smoothly, but I just cant figure out how to get the actual stored objects when using values() or valuesWithPredicates(). I have to use getAll or entrySet. Its weird. Any help will be greatly appreciated.
Mathew.