| Port details |
- redis84 Persistent key-value database with built-in net interface(8.4.X)
- 8.4.2 databases
=0 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
 - Port Added: 2026-02-14 11:35:14
- Last Update: 2026-03-03 14:43:57
- Commit Hash: f985766
- 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.
This is the 8.4.X branch of redis.
¦ ¦ ¦ ¦ 
- 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:
-
- redis84>0:databases/redis84
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/redis84/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/redis84
- pkg install redis84
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: redis84
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1772526571
SHA256 (redis-8.4.2.tar.gz) = 0e7c150919e10c630d6e806fa7e65ce12aa90ddd0805e459b7da64ee65892805
SIZE (redis-8.4.2.tar.gz) = 4116091
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Test dependencies:
-
- tclsh8.6 : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for redis84-8.4.2:
JEMALLOC=off: Use jemalloc
TLS=on: Use TLS (openssl req.)
===> Use 'make config' to modify these settings
- Options name:
- databases_redis84
- USES:
- compiler:c11 cpe gmake localbase:ldflags pkgconfig 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.4.2 03 Mar 2026 14:43:57
    |
Muhammad Moinur Rahman (bofh)  |
databases/redis84: Update version 8.4.1=>8.4.2
Changelog: https://github.com/redis/redis/releases/tag/8.4.2 |
8.4.1 23 Feb 2026 11:14:02
    |
Muhammad Moinur Rahman (bofh)  |
databases/redis84: Add PORTSCOUT
- Pet portclippy |
8.4.1 14 Feb 2026 11:32:26
    |
Muhammad Moinur Rahman (bofh)  |
databases/redis84: New port
This is the redis 8.4.X branch of redis copied from databases/redis in
preparation for upgrading redis to redis 8.6.X branch. |