-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python: add WATCH and UNWATCH commands (#1736)
* Python: add WATCH and UNWATCH commands * isort * update redis_client type for test_unwatch_with_route() * add watch to the correct cluster test * add cluster mode note * address comments from GumpacG * Python: added XAUTOCLAIM command (#1718) * Python: add XAUTOCLAIM command * minor doc update * Minor doc update * PR suggestions * Update test assertions with string conversions * PR suggestions * Add clarifying comments * Python: Add ZSCAN and HSCAN commands (#1732) * Added zscan command * Added HSCAN command * Fix tests * Fix tests * Fix tests * Fix tests * Fix tests * Fix tests * Debug tests * Debug tests * Debug tests * Debug tests * Debug tests * Debug tests * Debug tests * Debug tests * Debug tests * Fixed tests and addressed comments * Update python/python/tests/test_async_client.py Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com> --------- Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com> * Python: add WATCH and UNWATCH commands * Python: add WATCH and UNWATCH commands * add changelog * fix broken syntax after solving conflicts --------- Co-authored-by: Aaron <69273634+aaron-congo@users.noreply.github.com> Co-authored-by: Guian Gumpac <guian.gumpac@improving.com> Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com>
- Loading branch information
1 parent
eb2201c
commit 8e048b1
Showing
6 changed files
with
153 additions
and
21 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
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