Hey, currently on Aerospike Java client we support increment for maps using MapOperation.increment(mapPolicy, bin, mapKey, value) → Map<Long, Long>
is there someway we can increment a nested map Map<Long, Map<Long, Long>> MapOperation.increment(mapPolicy, bin, mapKey, mapSecondKey, value)
If something like this doesn’t exist yet, would udf be another way of handling these?