File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Workbench is the advanced Redis command-line interface that allows to send commands to Redis, read and visualize the replies sent by the server.
2
+ // Enter multiple commands at different rows to run them at once.
3
+ // Start a new line with an indent (Tab) to specify arguments for any Redis command in multiple line mode.
4
+ // Use F1 to see the full list of shortcuts available in Workbench.
5
+ // Use Ctrl+Space (Cmd+Space) to see the list of commands and information about commands and their arguments in the suggestion list.
6
+ // Use Ctrl+Shift+Space (Cmd+Shift+Space) to see the list of arguments for commands.
Original file line number Diff line number Diff line change 59
59
}
60
60
}
61
61
}
62
+ },
63
+ "manual" : {
64
+ "type" : " code-button" ,
65
+ "id" : " manual" ,
66
+ "label" : " Manual" ,
67
+ "args" : {
68
+ "path" : " /_scripts/manual.txt"
69
+ }
62
70
}
63
71
}
You can’t perform that action at this time.
0 commit comments