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

Go Client for RedisBloom probabilistic module

Results 7 redisbloom-go issues
Sort by recently updated
recently updated
newest added

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...

documentation

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/TopK_Commands/ to check locally the documentation effects ``` # start http service godoc -http=:6060 # open browser...

documentation

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/CountMinSketch_Commands/ to check locally the documentation effects ``` # start http service godoc -http=:6060 # open browser...

documentation

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/Cuckoo_Commands/ to check locally the documentation effects ``` # start http service godoc -http=:6060 # open browser...

documentation

add options for dial when connecting to Redis (allowing to control options such as read/write/connect timeout, keep alive and more)

can this lib support redis cluster above version 4.0 ? if support, give a example, thanks a lot.

planned