We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a0fb2 commit 1424bd2Copy full SHA for 1424bd2
content/develop/_index.md
@@ -1,5 +1,28 @@
1
---
2
title: Develop with Redis
3
description: Learn how to develop with Redis
4
+hideListLinks: true
5
linkTitle: Develop
6
7
+<table>
8
+ <thead>
9
+ <tr>
10
+ <th>Try these commands</th>
11
+ <th>Interactive console</th>
12
+ </tr>
13
+ </thead>
14
+ <tbody>
15
16
+ <td>
17
+ SET mykey "Hello"<br />
18
+ GET mykey
19
+ </td>
20
21
+ {{% redis-cli %}}
22
+ SET mykey "Hello"
23
24
+ {{% /redis-cli %}}
25
26
27
+ </tbody>
28
+</table>
0 commit comments