hazelcast / hazelcast-nodejs-client

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

[TRACKING ISSUE] Add IMap.deleteAsync #1469

Closed hz-devops-test closed 1 year ago

hz-devops-test commented 1 year ago

The tracking issue for the Java side PR.

See https://github.com/hazelcast/hazelcast/pull/23509 for details.


Included basic tests, similar to those for removeAsync.

With new method added, MapProxySupport grew to 1502 lines, so had to raise the file size limit in checkstyle.xml.

Fixes https://github.com/hazelcast/hazelcast/issues/10702

Based on the abandoned https://github.com/hazelcast/hazelcast/pull/17739

Checklist:

srknzl commented 1 year ago

In Node.js everything is async, so delete is also async. N/A