Client Libraries
RedisBloom has several client libraries, written by the module authors and community members - abstracting the API in different programming languages. While it is possible and simple to use the raw Redis commands API, in most cases it's easier to just use a client library abstracting it.
Currently available Libraries
| Project | Language | License | Author | Stars | Package | 
|---|---|---|---|---|---|
| jedis | Java | MIT | Redis | Maven | |
| redis-py | Python | MIT | Redis | pypi | |
| node-redis | Node.JS | MIT | Redis | npm | |
| nredisstack | .NET | MIT | Redis | nuget | |
| redisbloom-go | Go | BSD | Redis | GitHub | |
| rueidis | Go | Apache License 2.0 | Rueian | GitHub | |
| rebloom | JavaScript | MIT | Albert Team | GitHub | |
| phpredis-bloom | PHP | MIT | Rafa Campoy | GitHub | |
| phpRebloom | PHP | MIT | Alessandro Balasco | GitHub | |
| vertx-redis-client | Java | Apache License 2.0 | Eclipse Vert.x | GitHub | |
| rustis | Rust | MIT | Dahomey Technologies | GitHub |