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
/* | |
* Run the following script in browser dev tools when having redis insight open | |
* to continue searching for the keypattern until the scan is completed | |
* | |
* Changelog | |
* 2022-08-23 - danstreeter - Update to make work in RedisInsightv2 `2.6.0` (Note TODO) | |
*/ | |
var clickIntervalId = setInterval( | |
() => { | |
var button = document.querySelector('[data-testid=scan-more'); |