aerospike-client-python icon indicating copy to clipboard operation
aerospike-client-python copied to clipboard

Aerospike Python Client

Results 184 aerospike-client-python issues
Sort by recently updated
recently updated
newest added

Valgrind shows no memory errors: https://github.com/aerospike/aerospike-client-python/actions/runs/7479524490 Build wheels passes with some noise: https://github.com/aerospike/aerospike-client-python/actions/runs/7482197389/job/20365277106 CLIENT-2479 Added logic for add_ops.c and apply.c to return an error if a udf module had been...

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.2 to 2.16.5. Release notes Sourced from pypa/cibuildwheel's releases. v2.16.5 🐛 Fix an incompatibility with the GitHub Action and new GitHub Runner images for Windows that bundle...

dependencies

~~~Python config = { 'hosts': [ ('127.0.0.1', "3000")] # IF port is Not int !!! } client = aerospike.client(config).connect() # Current : ConnectionError: (-10, 'Failed to connect', 'src/main/aerispike_as_cluster.c', 413, False)...

Py_Initialize symbol is not Impl at pypy, the following [PR](https://github.com/aerospike/aerospike-client-python/pull/312) fix this issue Thanks

The default server batch-max-requests size is 5k but this client's max appears to be 4096 set here: https://github.com/aerospike/aerospike-client-python/blob/master/src/include/pool.h#L12 When I attempt to construct a batch larger than 4096 keys/records, I...

TODO Only change tests with client errors. Don't change tests for server errors

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies

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...