We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having
space kv key k attribute map(string, string) v
I did
>>> c.put('kv', 'a', {'v': {'A': '1', 'D': '6'}}) True >>> c.put('kv', 'b', {'v': {'B': '2'}}) True >>> c.put('kv', 'c', {'v': {'C': '3', 'D': '7'}}) True >>> c.map_add('kv', 'c', {'v': {'C': '4'}}) True >>> c.group_map_add('kv', {}, {'v': {'F': '99'}}) Segmentation fault (core dumped)
System: Ubuntu 14.04.2 LTS Linux lichdesk 3.13.0-53-generic #89-Ubuntu SMP Wed May 20 10:34:39 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Python 2.7.6
I've saved the core dump file in case you need it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Having
I did
System:
Ubuntu 14.04.2 LTS
Linux lichdesk 3.13.0-53-generic #89-Ubuntu SMP Wed May 20 10:34:39 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Python 2.7.6
I've saved the core dump file in case you need it
The text was updated successfully, but these errors were encountered: