aerospike-client-python
aerospike-client-python copied to clipboard
Aerospike Python Client
Followed the basic instructions. Took the command line, then `sudo pip install aerospike` Here's my python: Toughshit:~$ python --version Python 2.7.10 Here's the last bit of the compile log: running...
Whenever I try to use `range_limit` function for LargeLists I get segmentation fault error. I am using ubuntu 14.04 and aerospike==2.0.0 .
When I start a scan, is there a way for me to learn its job id? If I want to monitor or kill it later (with, say, `aql` or `asinfo`),...
Hi, I've got **Segmentation fault** while performing scan in python client. The reason was that I had not installed pybloom lib on the machine where I was performing the scan,...
h1. Problem If you use the UUID type in Python for the key you get the following `(-2L, 'key is invalid', 'src/main/conversions.c', 747)` h1. Solution Extend conversion.c to include UUID...
Hi, I have created Aerospike client mock server: https://github.com/tivvit/aerospike-client-mock-python I will be glad for some feedback and feel free to add it to Aerospike stack.
Maybe this should be mentioned in the documentation? http://stackoverflow.com/a/32178209/2764469
Addresses the following: CLIENT-1854 | Python client crashes while doing IO during server upgrade/downgrade (https://aerospike.atlassian.net/browse/CLIENT-1854)
Original PR: https://github.com/citrusleaf/aerospike-client-python/pull/104