-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
increment operation #16
Comments
Hello, The python client is currently lacking the "operations" on a single record and batch operations. I will mark this ticket as an "enhancement" to remind that we need to add these. I will not be able to add the feature for some time (weeks), and I would appreciate it if others contributed. I will also mark it as "help wanted" because it would be great to get some help. Thanks, |
Record multi-ops are supported with the client.operate() method starting with release >= 1.0.34 See operate. |
http://www.aerospike.com/docs/client/c/usage/kvs/multiops.html
The python client not support the usage such as Increment and Read
The text was updated successfully, but these errors were encountered: