hazelcast / hazelcast-nodejs-client

Hazelcast Node.js Client
https://hazelcast.com/clients/node-js/
Apache License 2.0
150 stars 58 forks source link

Values() and valuesWithPredicates() only return heap items. #1508

Open Placentra opened 11 months ago

Placentra commented 11 months ago

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.