Skip to content

Commit 4c54dcb

Browse files
authored
Update README.md
1 parent 70e8518 commit 4c54dcb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Redis RESP Proxy
22

33
[![Test](https://github.com/redis-developer/cae-resp-proxy/actions/workflows/test.yml/badge.svg)](https://github.com/redis-developer/cae-resp-proxy/actions/workflows/test.yml)
4-
[![Docker Version](https://img.shields.io/docker/v/bobymicroby/resp-proxy?label=docker)](https://hub.docker.com/r/bobymicroby/resp-proxy)
5-
[![Docker Pulls](https://img.shields.io/docker/pulls/bobymicroby/resp-proxy)](https://hub.docker.com/r/bobymicroby/resp-proxy)
4+
[![Docker Version](https://img.shields.io/docker/v/redislabs/client-resp-proxy?label=docker)](https://hub.docker.com/r/redislabs/client-resp-proxy)
5+
[![Docker Pulls](https://img.shields.io/docker/pulls/redislabs/client-resp-proxy)](https://hub.docker.com/r/redislabs/client-resp-proxy)
66

77
A Redis protocol proxy with HTTP API for response injection.
88

@@ -28,7 +28,7 @@ docker run -d \
2828
-p 6379:6379 -p 3000:3000 \
2929
-e TARGET_HOST=your-redis-host \
3030
-e TARGET_PORT=6380 \
31-
resp-proxy
31+
redislabs/client-resp-proxy
3232
```
3333

3434
### Inject Custom RESP3 Push Notification
@@ -132,9 +132,7 @@ Key Endpoints: `POST /send-to-client/{id}`, `POST /send-to-all-clients`, `GET /c
132132
### Basic Usage
133133

134134
#### Docker (Recommended)
135-
136-
The easiest way to get started is with Docker :
137-
135+
Use the official docker [image](https://hub.docker.com/r/redislabs/client-resp-proxy) or
138136

139137
```bash
140138
# Build the docker image first

0 commit comments

Comments
 (0)