Skip to content

Commit b5db9e9

Browse files
authored
跳转链接格式处理
链接地址处理
1 parent e69859b commit b5db9e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/cs-basics/data-structure/bloom-filter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ System.out.println(filter.mightContain(2));
232232

233233
Redis v4.0 之后有了 Module(模块/插件) 功能,Redis Modules 让 Redis 可以使用外部模块扩展其功能 。布隆过滤器就是其中的 Module。详情可以查看 Redis 官方对 Redis Modules 的介绍 :https://redis.io/modules
234234

235-
另外,官网推荐了一个 RedisBloom 作为 Redis 布隆过滤器的 Module,地址:https://github.com/RedisBloom/RedisBloom。其他还有:
235+
另外,官网推荐了一个 RedisBloom 作为 Redis 布隆过滤器的 Module,地址:https://github.com/RedisBloom/RedisBloom
236+
其他还有:
236237

237238
- redis-lua-scaling-bloom-filter(lua 脚本实现):https://github.com/erikdubbelboer/redis-lua-scaling-bloom-filter
238239
- pyreBloom(Python 中的快速 Redis 布隆过滤器) :https://github.com/seomoz/pyreBloom

0 commit comments

Comments
 (0)