You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
]
I am getting the error that Aerospike.maps.returnType.KEY_VALUE is not defined
Wehn I am skipping thre returned type value I am getting null
Aerospike.maps.getByKey('exampleBin', 'food')
When using the actual number 7 (tested with python aerospike.MAP_RETURN_VALUE)
Aerospike.maps.getByKey('exampleBin', 'food', 7)
I am getting the correct results
The text was updated successfully, but these errors were encountered:
I am trying to get a single key for a map bin
// Test the context with client.operate()
I am getting the error that Aerospike.maps.returnType.KEY_VALUE is not defined
Wehn I am skipping thre returned type value I am getting null
Aerospike.maps.getByKey('exampleBin', 'food')
When using the actual number 7 (tested with python aerospike.MAP_RETURN_VALUE)
Aerospike.maps.getByKey('exampleBin', 'food', 7)
I am getting the correct results
The text was updated successfully, but these errors were encountered: