Skip to content

Commit 878d357

Browse files
Update bloom-filter.md
remove broken link (the suggested replacement link is already in this list)
1 parent 8f13255 commit 878d357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/data-types/probabilistic/bloom-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ Checking for an item is O(K) or O(K*n) for stacked filters, where n is the numbe
171171
1. [Developing with Bloom Filters](https://redis.io/blog/bloom-filter/)
172172
1. [RedisBloom on Redis Enterprise](https://redis.com/redis-enterprise/redis-bloom/)
173173
1. [Probably and No: Redis, RedisBloom, and Bloom Filters](https://redis.com/blog/redis-redisbloom-bloom-filters/)
174-
1. [RedisBloom – Bloom Filter Datatype for Redis](https://redis.com/blog/rebloom-bloom-filter-datatype-redis/)
174+

0 commit comments

Comments
 (0)