redisbloom-go icon indicating copy to clipboard operation
redisbloom-go copied to clipboard

Bloom Filter creation, ingestion, and querying command examples

Open filipecosta90 opened this issue 3 years ago • 0 comments

Sample example that can be used as reference: https://github.com/RedisBloom/redisbloom-go/blob/master/example_client_test.go#L11

Further reference for commands: https://oss.redislabs.com/redisbloom/Bloom_Commands/

to check locally the documentation effects

# start http service 
godoc -http=:6060

# open browser tab with
http://localhost:6060/pkg/github.com/RedisBloom/redisbloom-go/

filipecosta90 avatar Jun 02 '21 15:06 filipecosta90