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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
redis4 Persistent key-value database with built-in net interface
4.0.14_2 databases Deleted 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 4.0.14_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: EOLed upstream
Expired This port expired on: 2021-03-31
Maintainer: osa@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-11-21 19:27:50
Last Update: 2021-04-06 14:09:56
Commit Hash: 03cebea
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. WWW: https://redis.io/
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 (18 items)
Collapse this list.
  1. /usr/local/share/licenses/redis4-4.0.14_2/catalog.mk
  2. /usr/local/share/licenses/redis4-4.0.14_2/LICENSE
  3. /usr/local/share/licenses/redis4-4.0.14_2/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. @comment bin/redis-trib.rb
  11. @sample etc/redis.conf.sample
  12. @sample(redis,redis,) etc/sentinel.conf.sample
  13. @dir(redis,redis,) /var/db/redis
  14. @dir(redis,redis,) /var/log/redis
  15. @dir(redis,redis,) /var/run/redis
  16. @owner
  17. @group
  18. @mode
Collapse this list.
Dependency lines:
  • redis4>0:databases/redis4
Conflicts:
CONFLICTS:
  • redis-6.*
  • redis5-5.*
  • redis-devel-6.*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: redis4
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1553045896 SHA256 (redis-4.0.14.tar.gz) = 1e1e18420a86cfb285933123b04a82e1ebda20bfb0a289472745a087587e93a7 SIZE (redis-4.0.14.tar.gz) = 1740967

Packages (timestamps in pop-ups are UTC):
redis4
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--4.0.14_2---4.0.14_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for redis4-4.0.14_2: TESTS=off: Install lang/tcl for redis unit tests TRIB=off: Install redis-trib.rb (lang/ruby req.) ====> Options available for the radio EXTLUA: you can only select none or one of them LUA=off: Use lang/lua instead of builtin lua LUAJIT=off: Use lang/luajit instead of builtin lua ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://download.redis.io/releases/
Collapse this list.
Port Moves
  • port moved to databases/redis on 2021-04-06
    REASON: Has expired: End of life, please use modern version

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.0.14_2
06 Apr 2021 14:09:56
commit hash: 03cebea45b111dd2c72332c058565050a626f373commit hash: 03cebea45b111dd2c72332c058565050a626f373commit hash: 03cebea45b111dd2c72332c058565050a626f373commit hash: 03cebea45b111dd2c72332c058565050a626f373 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
Remove expired databases/redis4.
4.0.14_2
14 Jan 2021 00:13:36
Revision:561523Original commit files touched by this commit
osa search for other commits by this committer
Mark deprecated by EOLed upstream.
4.0.14_2
13 Jan 2021 20:25:15
Revision:561505Original commit files touched by this commit
osa search for other commits by this committer
Upgrade download protocol from http to https.
4.0.14_2
13 Jan 2021 16:13:24
Revision:561486Original commit files touched by this commit
osa search for other commits by this committer
Update databases/redis to the recent stable version 6.0.10.
Update CONFLICTS for:
o) databases/redis4
o) databases/redis5
o) databases/redis
o) databases/redis-devel

Connect databases/redis5 to the build.

Bump PORTREVISIONs for dependant ports.
4.0.14_1
01 Jan 2020 09:30:09
Revision:521707Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
4.0.14_1
21 Nov 2019 19:27:39
Revision:518107Original commit files touched by this commit
osa search for other commits by this committer
Repocopy the databases/redis to the databases/redis4 to update
the databases/redis port to the latest stable version, 5.0.6.

PR:		241526
Reviewed by:	portmgr (adamw)
Approved by:	portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D22336

Number of commits found: 6