Almost all commands can be executed via Iedis 2 including blocking ones, for instance, SUBSCRIBE.
Select the commands that you want to execute and click or use shortcut
⌘ + ↩
on Mac and
Ctrl + ↩
on Windows to execute the selected commands:
Select nothing or select all commands, then click or use shortcut
⌘ + ↩
on Mac and
Ctrl + ↩
on Windows to execute all commands:
Commands won't get executed automatically when it's copied from history dialog because Iedis 2 has no idea of what's your script doing.
All commands are executed one by one. Iedis 2 stops executing subsequent commands if any command execution error happens.
The result of each command will be present with a tab in the result panel at the bottom of IDE. We also make the result of some frequently used commands much more human readable.
Blocking commands, for instance, SUBSCRIBE, will get a new tab to present the result each time a new message is received.
You can view command execute result as JSON, XML, etc.
We can stop command execution, for instance, to terminate a blocking command.
To stop the execution, we can click or use the shortcuts
⌘ + F2
on Mac and Ctrl + F2
on Windows:
Codes Magic © 2013-2019 · Terms