forked from valkey-io/valkey-glide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python: add DUMP and RESTORE commands (valkey-io#1733)
* Initial commit for Python Dump and Restore commands * Commit dummpy UT * Added TODO to convert str to bytes * Updated CHANGELOG.md * WIP * Modified glide_client to support bytes as encoded argument. Added more tests * Updated RESTORE command's examples * Addressed review comments * Updated str to TEncodable * Changed REPLACE and ABSTTL to bool * Changed UT to include cluster_mode
- Loading branch information
1 parent
1b1b9c4
commit b0a1d62
Showing
3 changed files
with
173 additions
and
0 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