2.0.4-preview
版本发布时间: 2022-02-08 17:51:37
RedisInsight/RedisInsight最新发布版本:2.58.0(2024-10-01 22:00:20)
2.0.4 (February 2022)
This is the maintenance release of RedisInsight Preview 2.0 (v2.0.4)!
Headlines
- Fixes to the issues found
- Profiler
- Added RedisInsight Profiler, which uses the MONITOR command to analyze every command sent to the redis instance in real-time.
- Workbench:
- Added support for RedisGears and RedisBloom on the intelligent Redis command auto-complete.
- Keep command results previously received in the Workbench.
- Support for repeating commands.
- CLI:
- Added support for RedisGears and RedisBloom on the intelligent Redis command auto-complete.
- Support for repeating commands.
- Command Helper:
- Added information about RedisGears and RedisBloom Redis commands.
Details
- Profiler
- Added RedisInsight Profiler, which uses the MONITOR command to analyze every command sent to the redis instance in real-time. Note: Running the MONITOR command is dangerous to the performance of your production server, so run it reasonably and remember to stop the Profiler.
- Workbench:
- Added support for RedisGears and RedisBloom on the intelligent Redis command auto-complete, so the list of similar commands and their arguments are displayed when you start typing any RedisGears or RedisBloom commands.
- Keep command results (up to 1MB) previously received in the Workbench, so they are available even after you restart the application.
- Connect Workbench to the database index selected when adding a database.
- To repeat any command in Workbench, just enter any integer and then a Redis command with arguments.
- CLI:
- Added support for RedisGears and RedisBloom on the intelligent Redis command auto-complete, so hints with arguments are displayed when you enter any RedisGears or RedisBloom commands
- CLI is by default connected to the database index selected when adding a database. Added displaying of the database index connected.
- To repeat any command in CLI, just enter any integer and then a Redis command with arguments.
- Command Helper:
- Added information about RedisGears and RedisBloom Redis commands.
- Core:
- Fixed an issue with displaying parameter values in the Overview when no information is received for these parameters.