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 photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
redis80 Persistent key-value database with built-in net interface(8.0.X)
8.0.4 databases on this many watch lists=0 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 8.0.4Version of this port present on the latest quarterly branch.
Maintainer: bofh@freebsd.org search for ports maintained by this maintainer
Port Added: 2025-08-09 09:12:08
Last Update: 2025-10-04 11:59:13
Commit Hash: 23f7cbd
License: AGPLv3 RSALv2 SSPLv1
WWW:
https://redis.io/
Description:
Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth.
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 (19 items)
Collapse this list.
  1. /usr/local/share/licenses/redis80-8.0.4/catalog.mk
  2. /usr/local/share/licenses/redis80-8.0.4/LICENSE
  3. /usr/local/share/licenses/redis80-8.0.4/AGPLv3
  4. /usr/local/share/licenses/redis80-8.0.4/RSALv2
  5. /usr/local/share/licenses/redis80-8.0.4/SSPLv1
  6. bin/redis-benchmark
  7. bin/redis-check-aof
  8. bin/redis-check-rdb
  9. bin/redis-cli
  10. bin/redis-sentinel
  11. bin/redis-server
  12. @sample etc/redis.conf.sample
  13. @sample(redis,redis,) etc/sentinel.conf.sample
  14. @dir(redis,redis,) /var/db/redis
  15. @dir(redis,redis,) /var/log/redis
  16. @dir(redis,redis,) /var/run/redis
  17. @owner
  18. @group
  19. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • redis
  • sentinel
Dependency lines:
  • redis80>0:databases/redis80
Conflicts:
CONFLICTS_INSTALL:
  • redis
  • redis-devel
  • redis62
  • redis72
  • redis74
To install the port:
cd /usr/ports/databases/redis80/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/redis80
  • pkg install redis80
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: redis80
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1759573449 SHA256 (redis-8.0.4.tar.gz) = 7e185265d455ea8deb6bb7e071352ea691ca4d7b5105fc172fa524af59917b89 SIZE (redis-8.0.4.tar.gz) = 3828945

Packages (timestamps in pop-ups are UTC):
redis80
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest8.0.38.0.4-8.0.38.0.4n/an/an/a
FreeBSD:13:quarterly-8.0.4--8.0.4n/an/an/a
FreeBSD:14:latest8.0.38.0.4-8.0.38.0.4---
FreeBSD:14:quarterly-8.0.4--8.0.4---
FreeBSD:15:latest8.0.38.0.4n/a8.0.3n/an/a--
FreeBSD:15:quarterly-8.0.4n/a-n/an/a--
FreeBSD:16:latest-8.0.4n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
Test dependencies:
  1. tclsh8.6 : lang/tcl86
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for redis80-8.0.4: JEMALLOC=off: Use jemalloc TLS=on: Use TLS (openssl req.) ===> Use 'make config' to modify these settings
Options name:
databases_redis80
USES:
compiler:c11 cpe gmake tcl:test ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://download.redis.io/releases/
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.0.4
04 Oct 2025 11:59:13
commit hash: 23f7cbd841ac66fdd19e8ff34282a7de5d2f7d28commit hash: 23f7cbd841ac66fdd19e8ff34282a7de5d2f7d28commit hash: 23f7cbd841ac66fdd19e8ff34282a7de5d2f7d28commit hash: 23f7cbd841ac66fdd19e8ff34282a7de5d2f7d28 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/redis80: Update version 8.0.3=>8.0.4

Changelog: https://github.com/redis/redis/releases/tag/8.0.4

MFH:		2025Q4
Security:       CVE-2025-49844
Security:       CVE-2025-46817
Security:       CVE-2025-46818
Security:       CVE-2025-46819
8.0.3
09 Aug 2025 09:09:58
commit hash: 3e5466ca5f66a2378a88d687d08d372619ae32c9commit hash: 3e5466ca5f66a2378a88d687d08d372619ae32c9commit hash: 3e5466ca5f66a2378a88d687d08d372619ae32c9commit hash: 3e5466ca5f66a2378a88d687d08d372619ae32c9 files touched by this commit This port version is marked as vulnerable.
Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/redis80: New port

This is the 8.0.X series of redis

Redis is an open source, advanced key-value store.  It is often referred
to as a data structure server since keys can contain strings, hashes,
lists, sets and sorted sets.

You can run atomic operations on these types, like appending to a
string; incrementing the value in a hash; pushing to a list; computing
set intersection, union and difference; or getting the member with
highest ranking in a sorted set.

In order to achieve its outstanding performance, Redis works with an
in-memory dataset.  Depending on your use case, you can persist it
either by dumping the dataset to disk every once in a while, or by
appending each command to a log.

Redis also supports trivial-to-setup master-slave replication, with very
fast non-blocking first synchronization, auto-reconnection on net split
and so forth.

WWW:		https://redis.io/

Number of commits found: 2