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
Port details
redis72 Persistent key-value database with built-in net interface
7.2.5 databasesnew! on this many watch lists=1 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 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: yasu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-08-16 02:51:07
Last Update: 2024-08-16 02:48:43
Commit Hash: e0fe408
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
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/redis72-7.2.5/catalog.mk
  2. /usr/local/share/licenses/redis72-7.2.5/LICENSE
  3. /usr/local/share/licenses/redis72-7.2.5/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:
  • redis72>0:databases/redis72
Conflicts:
CONFLICTS_INSTALL:
  • redis
  • redis-devel
  • redis62
  • redis70
To install the port:
cd /usr/ports/databases/redis72/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/redis72
  • pkg install redis72
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: redis72
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1716165213 SHA256 (redis-7.2.5.tar.gz) = 5981179706f8391f03be91d951acafaeda91af7fac56beffb2701963103e423d SIZE (redis-7.2.5.tar.gz) = 3386454

Packages (timestamps in pop-ups are UTC):
redis72
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.2.57.2.5-7.2.57.2.5---
FreeBSD:13:quarterly--------
FreeBSD:14:latest7.2.57.2.5-7.2.57.2.5---
FreeBSD:14:quarterly--------
FreeBSD:15:latest7.2.57.2.5n/a7.2.5n/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 redis72-7.2.5: JEMALLOC=off: Use jemalloc TLS=on: Use TLS (openssl req.) ===> Use 'make config' to modify these settings
Options name:
databases_redis72
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: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.2.5
16 Aug 2024 02:48:43
commit hash: e0fe408f52b9c4b2c46c196ceb88ce77379edd23commit hash: e0fe408f52b9c4b2c46c196ceb88ce77379edd23commit hash: e0fe408f52b9c4b2c46c196ceb88ce77379edd23commit hash: e0fe408f52b9c4b2c46c196ceb88ce77379edd23 files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis*: Update CONFLICTS_INSTALL

Update CONFLICTS_INSTALL aftter databases/redis72 is added to ports
tree.
7.2.5
16 Aug 2024 02:48:38
commit hash: caa2e54ee9d6b6567e292a0ffdee714e20df3feacommit hash: caa2e54ee9d6b6567e292a0ffdee714e20df3feacommit hash: caa2e54ee9d6b6567e292a0ffdee714e20df3feacommit hash: caa2e54ee9d6b6567e292a0ffdee714e20df3fea files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis72: Copy from databases/redis

Copy databases/redis to databases/redis72 as preparation for updating
the former to 7.4.

Number of commits found: 2