Redis Notes-05
本文最后更新于:2 年前
Redis中的布隆过滤器(BloomFilter)
Redis官方在4.0版本中提供了插件功能,此时可以将rebloom作为插件加载到Redis Server中,给Redis提供布隆去重功能。
1 | |
1 | |
Redis Notes-05
https://trickyrat.github.io/2022/01/18/Redis Notes-05/
本文最后更新于:2 年前
Redis官方在4.0版本中提供了插件功能,此时可以将rebloom作为插件加载到Redis Server中,给Redis提供布隆去重功能。
1 | |
1 | |