Redis properties
Enable the Database tools and SQL plugin
This functionality relies on the Database tools and SQL plugin, which is bundled and enabled in IntelliJ IDEA by default. If the relevant features aren't available, make sure that you didn't disable the plugin.
Press Control+Alt+S to open the IDE settings and select
.Open the Installed tab, find the Database tools and SQL plugin, and select the checkbox next to the plugin name.
General
Item | Description |
---|---|
Default key filter | For Redis, the keys are introspected with the Redis SCAN command. In the Default key filter, set the regular expression for introspector. Only the keys that match this regular expression will be introspected. This setting helps to significantly reduce the number of introspected keys, which is important for the bigger databases. |
Options
Introspector
Item | Description |
---|---|
COUNT option for SCAN command | Set the COUNT option for Redis SCAN command. |