Skip to content

Commit 4177d5c

Browse files
Merge branch 'master' into f_bf_insert
2 parents 31fa4cd + 5e2f277 commit 4177d5c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Codecov](https://codecov.io/gh/RedisBloom/redisbloom-go/branch/master/graph/badge.svg)](https://codecov.io/gh/RedisBloom/redisbloom-go)
55
[![GoDoc](https://godoc.org/github.com/RedisBloom/redisbloom-go?status.svg)](https://godoc.org/github.com/RedisBloom/redisbloom-go)
66

7-
87
# redisbloom-go
98

109
Go client for RedisBloom (https://github.com/RedisBloom/redisbloom), based on redigo.
@@ -20,10 +19,13 @@ $ go get github.com/RedisBloom/redisbloom-go
2019
A simple test suite is provided, and can be run with:
2120

2221
```sh
23-
$ RedisBloom_TEST_PASSWORD="" go test
22+
$ go test
2423
```
2524

26-
The tests expect a Redis server with the RedisBloom module loaded to be available at localhost:6379
25+
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:
26+
```
27+
docker run -d -p 6379:6379 --name redis-redisbloom redislabs/rebloom:latest
28+
```
2729

2830
## Example Code
2931

0 commit comments

Comments
 (0)