| Port details |
- redis Persistent key-value database with built-in net interface
- 8.4.0 databases
=29 8.2.3Version of this port present on the latest quarterly branch. - Maintainer: bofh@freebsd.org
 - Port Added: 2009-07-27 16:54:37
- Last Update: 2025-11-28 10:39:58
- Commit Hash: 100c581
- People watching this port, also watch:: apache24, rsync, pkg, sudo, nginx
- 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:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/redis/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/redis
- pkg install redis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: redis
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1764323267
SHA256 (redis-8.4.0.tar.gz) = ca909aa15252f2ecb3a048cd086469827d636bf8334f50bb94d03fba4bfc56e8
SIZE (redis-8.4.0.tar.gz) = 4109585
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
- Test dependencies:
-
- tclsh8.6 : lang/tcl86
- This port is required by:
- for Build
-
- net-mgmt/resource-agents
- www/gitlab
-
Deleted ports which required this port:
- for Run
-
- databases/rubygem-hiredis
- devel/py-celery-progress
- net-im/mastodon
- net-im/rubygem-lita
- net-mgmt/peering-manager
- security/openvas
- www/gitlab
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for redis-8.4.0:
JEMALLOC=off: Use jemalloc
TLS=on: Use TLS (openssl req.)
===> Use 'make config' to modify these settings
- Options name:
- databases_redis
- 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 |
1.2.1 23 Jan 2010 18:46:17
 |
osa  |
Update from 1.2.0 to 1.2.1. |
1.2.0 17 Jan 2010 13:57:22
 |
osa  |
Update from 1.02 to 1.2.0.
Adopt patch for redis.conf.
Previously and by default redis was compiled with debugging
information, that didn't respect CFLAGS. So, now its
possible to compile with debugging information by use
WITH_DEBUG knob.
Take maintainership.
Approved by: maintainer (skv@) |
1.02 30 Nov 2009 10:50:00
 |
osa  |
Update from 1.01 to 1.02.
Approved by: maintainer (skv@) |
1.01 29 Sep 2009 15:40:32
 |
osa  |
Update from 1.0 to 1.01.
Feature safe: yes
Approved by: maintainer (skv) |
1.0 20 Sep 2009 19:50:10
 |
skv  |
Update to 1.0
Submitted by: osa
Feature safe: yes |
0.900 27 Jul 2009 16:53:25
 |
skv  |
Add redis 0.900, a persistent key-value database with built-in net
interface. |