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 on branch 2022Q3
redis-devel Persistent key-value database with built-in net interface
7.2.4.20240229 databases on this many watch lists=1 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.2.2.20231031Version of this port present on the latest quarterly branch.
Maintainer: yasu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-08-15 08:04:05
Last Update: 2024-02-29 23:51:34
Commit Hash: b61fb6f
People watching this port, also watch:: nut, mariadb1011-server, php81-pecl-memcached, pkg, mkvtoolnix
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

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/redis-devel-7.2.4.20240229/catalog.mk
  2. /usr/local/share/licenses/redis-devel-7.2.4.20240229/LICENSE
  3. /usr/local/share/licenses/redis-devel-7.2.4.20240229/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:
  • redis-devel>0:databases/redis-devel
Conflicts:
CONFLICTS_INSTALL:
  • redis
  • redis6
  • redis62
  • redis70
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/databases/redis-devel/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/redis-devel
  • pkg install redis-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: redis-devel
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1709245097 SHA256 (redis-redis-7.2.4.20240229-f17381a38_GH0.tar.gz) = 8859d064d40b0accd284e7375ca71252a01af9ded9de7d6a18913e41633ed81e SIZE (redis-redis-7.2.4.20240229-f17381a38_GH0.tar.gz) = 3471107

Packages (timestamps in pop-ups are UTC):
redis-devel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.2.4.202402297.2.4.202402296.2.0.r27.2.4.202402297.2.4.20240229-6.0.8.20200910-
FreeBSD:13:quarterly7.2.2.202310317.2.2.202310317.0.12.202307107.2.2.202310317.2.2.202310317.2.2.202310317.2.2.202310317.2.2.20231031
FreeBSD:14:latest7.2.4.202402297.2.4.202402297.0.7.202301077.2.4.202402077.2.4.202402297.0.11.20230530-7.0.11.20230530
FreeBSD:14:quarterly7.2.2.202310317.2.2.20231031-7.2.2.202310317.2.2.202310317.2.2.202310317.2.2.202310317.2.2.20231031
FreeBSD:15:latest7.2.4.202402297.2.4.20240229n/a7.2.4.20240207n/a7.2.2.202310317.2.2.202310317.2.4.20240207
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
Test dependencies:
  1. tclsh8.6 : lang/tcl86
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for redis-devel-7.2.4.20240229: JEMALLOC=off: Use jemalloc TLS=on: Use TLS (openssl req.) 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 luajit instead of builtin lua ===> Use 'make config' to modify these settings
Options name:
databases_redis-devel
USES:
compiler:c11 cpe gmake tcl:test ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/redis/redis/tar.gz/f17381a38?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port