Redis properties
Open: Data Source Properties button () in the toolbar, or Properties (ShiftEnter) in the context menu
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.
note
The Database tools and SQL plugin is available only in IntelliJ IDEA Ultimate.
Press CtrlAlt0S to open the IDE settings and select Plugins.
Open the Installed tab, find the Database tools and SQL plugin, and select the checkbox next to the plugin name.
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. ![]() |
Item | Description |
---|---|
COUNT option for SCAN command | Set the COUNT option for Redis SCAN command. |
Thanks for your feedback!