| Port details |
- redis80 Persistent key-value database with built-in net interface(8.0.X)
- 8.0.5 databases
=0 8.0.5Version of this port present on the latest quarterly branch. - Maintainer: bofh@freebsd.org
 - Port Added: 2025-08-09 09:12:08
- Last Update: 2025-11-03 07:55:35
- Commit Hash: 6263f9e
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- 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 = 1762155435
SHA256 (redis-8.0.5.tar.gz) = 012bca956fc7151abc2281950e69768ee9c53ce4b36588772041675bc95fd313
SIZE (redis-8.0.5.tar.gz) = 3829238
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- tclsh8.6 : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for redis80-8.0.5:
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:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
8.0.5 03 Nov 2025 07:55:35
    |
Muhammad Moinur Rahman (bofh)  |
databases/redis80: Update version 8.0.4=>8.0.5
Changelog: https://github.com/redis/redis/releases/tag/8.0.5
MFH: 2025Q4
MFH: 2025Q4 |
8.0.4 04 Oct 2025 11:59:13
    |
Muhammad Moinur Rahman (bofh)  |
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
    |
Muhammad Moinur Rahman (bofh)  |
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/ |