Overview
Python
info
This API is new and likely to change.
Manage the connectiion:
from ndb.client import NdbClient
Each API has a separate class, i.e.:
from ndb.kv import KVfor key valuefrom ndb.lists import ObjListsfor object listsfrom ndb.arrays import SortedIntArraysfor sorted integer arrays
All commands can raise a ResponseError:
- The exception contains the status (
st) - The exception contains
rspwhich is the full response
Some commands can raise a TypeError or ValueError