hazelcast-python-client
hazelcast-python-client copied to clipboard
Map implementation is incomplete
There is no name() in https://github.com/hazelcast/hazelcast-python-client/blob/master/hazelcast/proxy/map.py
There could be other operations missing also
Good first issue ?
@neilstevenson, yes there could be missing functionality.
For the name(), you can use name attribute like
m = client.get_map("test")
name = m.name