notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
redisbloom Probabilistic Data Structures for Redis
8.8.0_1 databasesnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-05-30 17:56:56
Last Update: 2026-05-31 14:54:19
Commit Hash: b32b3d3
License: AGPLv3 RSALv2 SSPLv1
WWW:
https://github.com/RedisBloom/RedisBloom
Description:
RedisBloom adds a set of probabilistic data structures to Redis, including Bloom filter, Cuckoo filter, Count-min sketch, Top-K, and t-digest. Using this capability, you can query streaming data without needing to store all the elements of the stream.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. lib/redisbloom.so
  2. /usr/local/share/licenses/redisbloom-8.8.0_1/catalog.mk
  3. /usr/local/share/licenses/redisbloom-8.8.0_1/LICENSE
  4. /usr/local/share/licenses/redisbloom-8.8.0_1/AGPLv3
  5. /usr/local/share/licenses/redisbloom-8.8.0_1/RSALv2
  6. /usr/local/share/licenses/redisbloom-8.8.0_1/SSPLv1
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • redisbloom>0:databases/redisbloom
To install the port:
cd /usr/ports/databases/redisbloom/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/redisbloom
  • pkg install redisbloom
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: redisbloom
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1780076316 SHA256 (RedisBloom-RedisBloom-v8.8.0_GH0.tar.gz) = 357d38a918e49f9241b64818d3efc23b9f7b0b8b82df5d67a4e70b1a9567bc8f SIZE (RedisBloom-RedisBloom-v8.8.0_GH0.tar.gz) = 231467

Expand this list (8 items)

Collapse this list.

SHA256 (RedisBloom-t-digest-c-5b89d70_GH0.tar.gz) = b8666a9e7172c05d7cbdff05e2740bb6e2543e4738a2ceb4ae2e8f7a71ec1191 SIZE (RedisBloom-t-digest-c-5b89d70_GH0.tar.gz) = 24896 SHA256 (RedisLabsModules-readies-f31347b_GH0.tar.gz) = cd942b28da637981297c69b81304f0022da9ac4f13649690baeed15d0d10fc08 SIZE (RedisLabsModules-readies-f31347b_GH0.tar.gz) = 94640 SHA256 (RedisLabsModules-RedisModulesSDK-3b2f684_GH0.tar.gz) = 2274091a62ced18fa44d1543896086b7f1a7882f32ace742689f879dfc77effc SIZE (RedisLabsModules-RedisModulesSDK-3b2f684_GH0.tar.gz) = 138751 SHA256 (google-benchmark-8982e1e_GH0.tar.gz) = 59c439e8d895af18a65c00bfad34e19c7d9b3accb2eadde261b5d00e57edf8e9 SIZE (google-benchmark-8982e1e_GH0.tar.gz) = 152964

Collapse this list.


Packages (timestamps in pop-ups are UTC):
redisbloom
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest----8.8.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest-8.8.0n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest-8.8.0n/a-n/an/a--
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_redisbloom
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/RedisBloom/RedisBloom/tar.gz/v8.8.0?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
8.8.0_1
31 May 2026 14:54:19
commit hash: b32b3d35c1e5191719de5e8adfd75bea30dead16commit hash: b32b3d35c1e5191719de5e8adfd75bea30dead16commit hash: b32b3d35c1e5191719de5e8adfd75bea30dead16commit hash: b32b3d35c1e5191719de5e8adfd75bea30dead16 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/redisbloom: Refactor

- Add SETENVI to build [1]
- Install modules as executables [2]

Reported by:	diizzy [1], vanilla [2]
8.8.0
30 May 2026 16:02:32
commit hash: 7d047d7263d28ce238ae0129ba00e23f59a03550commit hash: 7d047d7263d28ce238ae0129ba00e23f59a03550commit hash: 7d047d7263d28ce238ae0129ba00e23f59a03550commit hash: 7d047d7263d28ce238ae0129ba00e23f59a03550 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/redisbloom: New port

RedisBloom adds a set of probabilistic data structures to Redis,
including Bloom filter, Cuckoo filter, Count-min sketch, Top-K, and
t-digest. Using this capability, you can query streaming data without
needing to store all the elements of the stream.

WWW: https://github.com/RedisBloom/RedisBloom

Number of commits found: 2