Skip to content

Commit 15e63ba

Browse files
committed
docs
1 parent dd8f91f commit 15e63ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A Redis protocol proxy with HTTP API for response injection.
55
## Features
66

77
- **Redis Transparent Protocol Proxy**: Forwards Redis connections from clients to target Redis servers
8-
- **HTTP API**: RESTful API for managing connections and sending commands to clients
8+
- **HTTP API**: RESTful API for managing connections and sending arbitrary responses to clients
99
- **Connection Management**: Track active connections, view statistics, and close connections
1010
- **Data Encoding Support**: Send data in base64 or raw binary format
1111
- **Docker Support**: Containerized deployment with environment variable configuration
@@ -96,7 +96,7 @@ bun run proxy
9696

9797
## HTTP API Reference
9898

99-
The proxy provides a REST API for managing connections and sending commands.
99+
The proxy provides a REST API for managing connections and sending arbitrary responses.
100100

101101

102102
### Endpoints

0 commit comments

Comments
 (0)