Skip to content

Commit 1424bd2

Browse files
committed
Try out console in table
1 parent 00a0fb2 commit 1424bd2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

content/develop/_index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
---
22
title: Develop with Redis
33
description: Learn how to develop with Redis
4+
hideListLinks: true
45
linkTitle: Develop
56
---
7+
<table>
8+
<thead>
9+
<tr>
10+
<th>Try these commands</th>
11+
<th>Interactive console</th>
12+
</tr>
13+
</thead>
14+
<tbody>
15+
<tr>
16+
<td>
17+
SET mykey "Hello"<br />
18+
GET mykey
19+
</td>
20+
<td>
21+
{{% redis-cli %}}
22+
SET mykey "Hello"
23+
GET mykey
24+
{{% /redis-cli %}}
25+
</td>
26+
</tr>
27+
</tbody>
28+
</table>

0 commit comments

Comments
 (0)