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''''''''s 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 2024Q3
redis Persistent key-value database with built-in net interface
7.2.6 databases on this many watch lists=0 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.4.3Version of this port present on the latest quarterly branch.
Maintainer: yasu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-10-03 08:30:16
Last Update: 2024-10-03 08:26:12
Commit Hash: 839cc96
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/redis-7.2.6/catalog.mk
  2. /usr/local/share/licenses/redis-7.2.6/LICENSE
  3. /usr/local/share/licenses/redis-7.2.6/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:
  • redis>0:databases/redis
Conflicts:
CONFLICTS_INSTALL:
  • redis-devel
  • redis6
  • redis62
  • redis70
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 = 1727917892 SHA256 (redis-7.2.6.tar.gz) = fb10d67a2fe2b4556f6cb840064dd6e6e3175ce8ca035f0726990ec2da9f3d0e SIZE (redis-7.2.6.tar.gz) = 3391023

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
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 redis-7.2.6: 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
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
7.2.6
03 Oct 2024 08:26:12
commit hash: 839cc9600f240cc515be188c79fa336e2170341ecommit hash: 839cc9600f240cc515be188c79fa336e2170341ecommit hash: 839cc9600f240cc515be188c79fa336e2170341ecommit hash: 839cc9600f240cc515be188c79fa336e2170341e files touched by this commit This port version is marked as vulnerable.
Yasuhiro Kimura (yasu) search for other commits by this committer
databases/redis: Update to 7.2.6

This is direct commit to 2024Q3 branch.

ChangeLog:	https://github.com/redis/redis/releases/tag/7.2.6
Approved by:	fluffy (ports-secteam@)
Security:	8b20f21a-8113-11ef-b988-08002784c58d

Number of commits found: 1