@@ -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") }}
+
+
+
+
+
+
+
+
+
{{ .Content }}
{{ if not .Params.hideListLinks }}
| 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") }}
+
+
+ |
+