mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Too marketing-y
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user