Little helpers and tools that make our lives easier, implemented as Userscripts.
To be used with Tampermonkey (Chrome) or Greasemonkey (Firefox). Currently only tested in Tampermonkey.
- Make sure to have the Tampermonkey extension installed in your Chrome.
- Follow the script's installation description below.
- Click this link: https://github.com/Satoshi-Engineering/userscripts/raw/main/Redis_Commander_JSON_Helper.user.js
- Now you need to configure the URL(s) of your instance(s) of REDIS Commander locally in your Tampermonkey:
- Open the installed Userscript via "Installed Userscripts" and a click on "Redis Commander JSON Helper".
- Go to the "Settings" tab of the Userscript.
- Add the desired URL(s) in the section "Includes/Excludes" -> "User includes".
REDIS Commander (https://joeferner.github.io/redis-commander/) does not allow inline editing of JSON records. This userscript creates two buttons that, when clicked, pre-fill the REDIS command line with the key of the record and the path of the currently selected JSON key.
The first button is to be used to enter a value, the second creates a command that sets the selected key to value null.