High-performance Aerospike Python client with sync and async APIs, built with PyO3 and Rust. Latest version 0.10.5; requires Python >=3.10. Active development with monthly releases.
pip install aerospike-pyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect, write, and read a record with default settings.
Use 'from aerospike import AerospikeClient' instead of 'import aerospike; client = aerospike.client(...)'.
Upgrade Python to 3.10 or later.
Uninstall the old package: pip uninstall aerospike; then pip install aerospike-py.
Always use keyword arguments for policies: client.put(key, bins, policy=my_policy).
No dependency data recorded yet.