Kannan Dorairaj
Kannan Dorairaj
This PR resolves [#17](https://github.com/FoundationDB/fdb-document-layer/issues/17) Explain() output will be much more useful if the keys are user readable, instead of FDB keys. Used the existing decode_key_part function to achieve this.
This PR resolves [#146](https://github.com/FoundationDB/fdb-document-layer/issues/146) Registered new command for hostInfo and changes are verified in Ubuntu, CentOS and Mac OS.
This PR resolves an issue [#143](https://github.com/FoundationDB/fdb-document-layer/issues/143). Updated all the syntax to support the python3. All test cases were executed and passed successfully
This PR resolves [#120](https://github.com/FoundationDB/fdb-document-layer/issues/120) Cleanup the error reporting code with generic format and function.