-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The PR includes some refactoring and cleanup around the following: object_generator - generate_key(), a new function that generates a key and stores it inside internal buffer (no need for a buffer at client level) import_object_generator - Align it to object_generator APIs of getting key/value/expire - read_next_item - new function for reading the next item before creating SET command - read_next_key - new function for reading (pointing) to the next key before creating the GET command data_object - removed. We were already getting key/value/expire separately. Now that data-import and verify-data also moved to do it like that, we could remove it completely. verify_client - unify the craate_request with its base class, and derive the create_x_request functions.
- Loading branch information
1 parent
0325e00
commit 31caa28
Showing
7 changed files
with
109 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.