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

Reformatted and updated README.md for tests

I had working code like this before but it is not working anymore since `predexp` has been deprecated. Can you tell me what should be the alternative code now? ```...

Hello to everyone, I need help, let's say we have a bin with this structure: ```python { loc' : { EU' : {'FR' : {'Paris', 'Lyon'}}, US': { 'CA': {...

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

Extra changes This updates the C client to a version that enforces map key types on the client side. Therefore, we have to remove any tests that use invalid map...

Valgrind This branch: https://github.com/aerospike/aerospike-client-python/actions/runs/8104278566/job/22150570588 Dev: https://github.com/aerospike/aerospike-client-python/actions/runs/8103677912/job/22148781775 Changes - In client config, instead of silently ignoring values with invalid types, throw a ParamError - Throw a ParamError if client config option...

TODO - Need to decouple aerospike extension module from predicates and exception extension modules