Skip to content

Commit 6fcc950

Browse files
#RI-2450-add scripts
1 parent 19dde71 commit 6fcc950

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/_scripts/manual.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

src/tutorials.json

+8
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,13 @@
5959
}
6060
}
6161
}
62+
},
63+
"manual": {
64+
"type": "code-button",
65+
"id": "manual",
66+
"label": "Manual",
67+
"args": {
68+
"path": "/_scripts/manual.txt"
69+
}
6270
}
6371
}

0 commit comments

Comments
 (0)