You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@ $ go test
27
27
28
28
The tests expect a Redis server with the RedisBloom module loaded to be available at localhost:6379. You can easily launch RedisBloom with Docker in the following manner:
29
29
```
30
-
docker run -d -p 6379:6379 --name redis-redisbloom redislabs/rebloom:latest
30
+
docker run -d -p 6379:6379 --name redis-redisbloom redis/redis-stack-server:latest
31
31
```
32
32
33
33
## Example Code
34
34
35
35
Make sure to check the full list of examples at [Pkg.go.dev](https://pkg.go.dev/github.com/RedisBloom/redisbloom-go#pkg-examples).
0 commit comments