diff --git a/content/develop/_index.md b/content/develop/_index.md index cb2abe4df8..860a942485 100644 --- a/content/develop/_index.md +++ b/content/develop/_index.md @@ -3,3 +3,5 @@ title: Develop with Redis description: Learn how to develop with Redis linkTitle: Develop --- + +Explore the pages below to learn more about developing with Redis Open Source. diff --git a/layouts/develop/list.html b/layouts/develop/list.html index 82b50f81cd..2ab017c355 100644 --- a/layouts/develop/list.html +++ b/layouts/develop/list.html @@ -1,11 +1,12 @@ {{ define "head" }} + {{ end }} {{ define "main" }}
{{ partial "docs-nav.html" . }} -
+
{{ partial "breadcrumbs" . }}

@@ -34,6 +35,45 @@

{{ end }} {{ end }} + +
+ + + + + + + + + + + + + +
Try these Redis commands
+ PING
+ HSET user:1 name antirez vocation artist
+ HGETALL user:1
+ SET e 2.71
+ INCRBYFLOAT e 0.43
+ RENAME e pi
+ GET pi +
+
+
+ {{ partial "icons/cli-circle" (dict "class" "shrink-0 h-[1.0625rem] w-[1.0625rem] fill-slate-50") }} + {{ partial "icons/cli-triangle" (dict "class" "shrink-0 h-[1.0625rem] w-[1.0625rem] fill-slate-50") }} + {{ partial "icons/cli-star" (dict "class" "shrink-0 h-[1.0625rem] w-[1.0625rem] fill-slate-50") }} +
+
+
+PING
+                      
+
+
+
+
+ {{ .Content }} {{ if not .Params.hideListLinks }}