1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-23 21:01:00 +03:00
Files
go-redis/example/redis-bloom
Vladyslav Vildanov ad131f49b0 Updated package version (#3134)
* Updated package version

* Changed version format according to specification

* Updated submodule versions
2024-09-26 13:14:30 +03:00
..
2024-09-26 13:14:30 +03:00
2024-06-07 17:04:08 +03:00
2023-01-23 08:48:54 +02:00

RedisBloom example for go-redis

This is an example for Bloom, Cuckoo, Count-Min, Top-K article.

To run it, you need to compile and install RedisBloom module:

go run .