You can use pattern matching to find keys easily and quickly.
Just type your pattern you want to use in pattern editor and click or use shortcut
⌘ + ↩
on Mac and
Ctrl + ↩
on Windows to execute scan operation:
You can use as many patterns as you like, just make sure that they're separated by new line:
Use speed search to locate keys quickly:
Note: Iedis 2 will take care of everything if Redis server is running under cluster mode.
Iedis 2 won't return all keys at once that matched by a pattern because it's based on Redis scan
command.
You can scan more keys by clicking or use shortcut
⌥ + ⬇
on Mac and Alt + ⬇
on Windows:
Note: Iedis 2 will take care of everything if Redis server is running under cluster mode.
Iedis 2 will remember all patterns you type in pattern editor. You can browse them quickly in history dialog by click or use shortcut
⌥ + ⌘ + E
on Mac and Alt + Ctrl + E
on Windows.
You can select a pattern by using shortcut ↩
and it will get executed immediately.
Iedis 2 provide pattern auto-completion based on pattern history while you're typing in the pattern editor. This is a very useful feature no matter you want to reuse a history pattern or use a new pattern by modifying a existing one.
Codes Magic © 2013-2019 · Terms