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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2025Q3
redis62 Persistent key-value database with built-in net interface
6.2.19 databases 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 6.2.19Version of this port present on the latest quarterly branch.
Maintainer: yasu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-07-07 19:31:28
Last Update: 2025-07-07 19:28:36
Commit Hash: a4f35a8
License: BSD3CLAUSE
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 (17 items)
Collapse this list.
  1. /usr/local/share/licenses/redis62-6.2.19/catalog.mk
  2. /usr/local/share/licenses/redis62-6.2.19/LICENSE
  3. /usr/local/share/licenses/redis62-6.2.19/BSD3CLAUSE
  4. bin/redis-benchmark
  5. bin/redis-check-aof
  6. bin/redis-check-rdb
  7. bin/redis-cli
  8. bin/redis-sentinel
  9. bin/redis-server
  10. @sample etc/redis.conf.sample
  11. @sample(redis,redis,) etc/sentinel.conf.sample
  12. @dir(redis,redis,) /var/db/redis
  13. @dir(redis,redis,) /var/log/redis
  14. @dir(redis,redis,) /var/run/redis
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • redis62>0:databases/redis62
Conflicts:
CONFLICTS_INSTALL:
  • redis
  • redis-devel
  • redis72
  • redis74
To install the port:
cd /usr/ports/databases/redis62/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/redis62
  • pkg install redis62
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: redis62
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1751915294 SHA256 (redis-6.2.19.tar.gz) = 73be4202261c2e2e3534ec2c3dcfbb338cceff40481ecf46c3578cb9e5fdea74 SIZE (redis-6.2.19.tar.gz) = 2493896

Packages (timestamps in pop-ups are UTC):
redis62
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.2.196.2.19-6.2.196.2.19---
FreeBSD:13:quarterly6.2.186.2.196.2.136.2.186.2.196.2.146.2.146.2.14
FreeBSD:14:latest6.2.186.2.196.2.86.2.186.2.196.2.12-6.2.12
FreeBSD:14:quarterly6.2.196.2.19-6.2.196.2.196.2.146.2.146.2.14
FreeBSD:15:latest6.2.186.2.19n/a6.2.18n/a6.2.146.2.146.2.14
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 redis62-6.2.19: JEMALLOC=off: Use jemalloc TLS=on: Use TLS (openssl req.) ===> Use 'make config' to modify these settings
Options name:
databases_redis62
USES:
compiler:c11 cpe gmake tcl:test ssl
pkg-message:
For install:
To setup "redis" you need to edit the configuration file: /usr/local/etc/redis.conf To run redis from startup, add redis_enable="YES" in your /etc/rc.conf.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://download.redis.io/releases/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.2.19
07 Jul 2025 19:28:36
commit hash: a4f35a89ad005e22c09b2edc94410c54cc1891c3commit hash: a4f35a89ad005e22c09b2edc94410c54cc1891c3commit hash: a4f35a89ad005e22c09b2edc94410c54cc1891c3commit hash: a4f35a89ad005e22c09b2edc94410c54cc1891c3 files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis62: Update to 6.2.19

ReleaseNotes:	https://github.com/redis/redis/blob/6.2.19/00-RELEASENOTES
MFH:		2025Q3
Security:	f11d0a69-5b2d-11f0-b507-000c295725e4
Security:	7b3e7f71-5b30-11f0-b507-000c295725e4
(cherry picked from commit ed593a32c656f17cea50714386e4edca9647a2b4)

Number of commits found: 1