But when we work with java hashmap we usually have O(1) for get/put operation, in redis we also have O(1) for these operations. So in you explanations for ‘map’, under the hood, we have list of tuples and therefore we have O(logN) for ordered ‘map’. So why it’s called map?