From 169f9eb1df487d74885e3dcca8aad32c36a55bce Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Wed, 16 Apr 2025 23:22:41 -0700 Subject: [PATCH] Too marketing-y --- docs/api/redis.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/docs/api/redis.md b/docs/api/redis.md index 366541c133..929babb318 100644 --- a/docs/api/redis.md +++ b/docs/api/redis.md @@ -21,28 +21,6 @@ const exists = await redis.exists("greeting"); await redis.del("greeting"); ``` -{% features title="Features" %} - -{% icon size=20 name="Bolt" /%} Fast native implementation using Zig and JavaScriptCore - -{% icon size=20 name="Link" /%} Automatic pipelining for better performance - -{% icon size=20 name="EthernetPort" /%} Auto-reconnect with exponential backoff - -{% icon size=20 name="Omega" /%} Support for RESP3 protocol - -{% icon size=20 name="Lock" /%} TLS support - -{% icon size=20 name="Clock" /%} Connection management with configurable timeouts - -{% icon size=20 name="IndentDecrease" /%} Offline command queue - -{% icon size=20 name="Settings" /%} Automatic configuration with environment variables - -{% icon size=20 name="Hash" /%} Support for hash, set, and other Redis data structures - -{% /features %} - ## Getting Started To use the Redis client, you first need to create a connection: