Port details |
- redis4 Persistent key-value database with built-in net interface
- 4.0.14_2 databases
=0 4.0.14_2Version of this port present on the latest quarterly branch. DEPRECATED: EOLed upstream
This port expired on: 2021-03-31
- Maintainer: osa@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - 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/
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- redis4>0:databases/redis4
- Conflicts:
- CONFLICTS:
- redis-6.*
- redis5-5.*
- redis-devel-6.*
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.14_2 06 Apr 2021 14:09:56
![commit hash: 03cebea45b111dd2c72332c058565050a626f373 commit hash: 03cebea45b111dd2c72332c058565050a626f373](/images/git.png) ![commit hash: 03cebea45b111dd2c72332c058565050a626f373 commit hash: 03cebea45b111dd2c72332c058565050a626f373](/images/codeberg.svg) ![commit hash: 03cebea45b111dd2c72332c058565050a626f373 commit hash: 03cebea45b111dd2c72332c058565050a626f373](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Sergey A. Osokin (osa) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove expired databases/redis4. |
4.0.14_2 14 Jan 2021 00:13:36
![Revision:561523 Revision:561523](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
osa ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Mark deprecated by EOLed upstream. |
4.0.14_2 13 Jan 2021 20:25:15
![Revision:561505 Revision:561505](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
osa ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Upgrade download protocol from http to https. |
4.0.14_2 13 Jan 2021 16:13:24
![Revision:561486 Revision:561486](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
osa ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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:521707 Revision:521707](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add LICENSE_FILE
- Update WWW
Approved by: portmgr blanket |
4.0.14_1 21 Nov 2019 19:27:39
![Revision:518107 Revision:518107](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
osa ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |