mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
Because different bindings may issue different limit for get_range calls, it is impossible to return the same size value for getApproximateSize API. So we just push a string to make sure binding test results are the same. Use another unit test to make sure the sizes got back are monotonically increasing.
Complete documentation of the FoundationDB Python API can be found at https://apple.github.io/foundationdb/api-python.html. These bindings require the FoundationDB client. The client can be obtained from https://www.foundationdb.org/download/.