Skip to content

Commit 47491bf

Browse files
committed
docs: update CONTRIBUTING
* Use redis/redis-stack-server:latest as test docker server. * Fix typo.
1 parent 91dddc2 commit 47491bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Here's how to get started with your code contribution:
3333
1. Create your own fork of go-redis
3434
2. Do the changes in your fork
3535
3. If you need a development environment, run `make test`. Note: this clones and builds the latest release of [redis](https://redis.io). You also need a redis-stack-server docker, in order to run the capabilities tests. This can be started by running:
36-
```docker run -p 6379:6379 -it redis/redis-stack-server:edge```
37-
4. While developing, make sure the tests pass by running `make tests`
36+
```docker run -p 6379:6379 -it redis/redis-stack-server:latest```
37+
4. While developing, make sure the tests pass by running `make test`
3838
5. If you like the change and think the project could use it, send a
3939
pull request
4040

0 commit comments

Comments
 (0)