aerospike-client-python
aerospike-client-python copied to clipboard
`map_operations.map_remove_by_key` has `return_type` but `expressions.MapRemoveByKey` does not
i need it to pass the popped map value in an expression operation
right now i need to do a get -> put -> delete instead of just pop -> put
Hi @databasedav, could you give me a code example? It would be easier for me to help that way.