File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments