Port details |
- redis72 Persistent key-value database with built-in net interface
- 7.2.6 databases =1 7.2.5Version of this port present on the latest quarterly branch.
- Maintainer: yasu@FreeBSD.org
- Port Added: 2024-08-16 02:51:07
- Last Update: 2024-10-02 23:56:13
- Commit Hash: 26d4a2b
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1727912448
SHA256 (redis-7.2.6.tar.gz) = fb10d67a2fe2b4556f6cb840064dd6e6e3175ce8ca035f0726990ec2da9f3d0e
SIZE (redis-7.2.6.tar.gz) = 3391023
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- tclsh8.6 : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for redis72-7.2.6:
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:
|