The tracemalloc pythonic tools shows that calling the get function on the aerospike client causes a memory leak.
how I use the client:
I connect to the aerospike cluster by passing a list of hosts,
then in a loop (multiple iteration per second) I have multiple threads that simultaneously read some records from multiple sets.

