ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Returns the underlying hazelcast-client client for anything not wrapped here.
Resolve (and cache) a distributed IMap handle by name.
Put value under key in map, returning the previous value (or null).
Get the value stored under key in map (or null if absent).
Remove key from map, returning the removed value (or null).
Return all keys currently in map as an array.
Return the number of entries in map.
HazelcastStorewraps ahazelcast-clientClientand exposes its distributedIMapoperations as a typed, promise-based API.