Port details |
- redis2 A persistent key-value database with built-in net interface
- 2.0.4_2 databases
=0 2.0.4_2Version of this port present on the latest quarterly branch. - Maintainer: osa@FreeBSD.org
 - Port Added: 2011-02-13 17:42:32
- Last Update: 2011-02-25 07:50:32
- SVN Revision: UNKNOWN
- License: not specified in port
- WWW:
- http://code.google.com/p/redis/
- Description:
- Redis is a key-value database. It is similar to memcached but the
dataset is not volatile, and values can be strings, exactly like in
memcached, but also lists and sets with atomic operations to push/pop
elements.
In order to be very fast but at the same time persistent the whole
dataset is taken in memory and from time to time and/or when a number of
changes to the dataset are performed it is written asynchronously on
disk. You may lost the last few queries that is acceptable in many
applications but it is as fast as an in memory DB (Redis supports
non-blocking master-slave replication in order to solve this problem by
redundancy).
WWW: http://code.google.com/p/redis/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: redis
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- Library dependencies:
-
- execinfo.1 : devel/libexecinfo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.4_2 25 Feb 2011 07:50:32
 |
osa  |
Remove legacy redis 2.0.4. |
2.0.4_2 24 Feb 2011 19:53:09
 |
osa  |
Update CONFLICTS after removing redis-1.*.
Add NO_LATEST_LINK.
Bump RORTREVISION. |
2.0.4_1 13 Feb 2011 12:13:41
 |
osa  |
Add CONFLICTS with upcoming redis-2.2.
Bump RORTREVISION. |
2.0.4 13 Feb 2011 12:08:49
 |
osa  |
Force commit after repocopy databases/redis -> databases/redis2. |
Number of commits found: 4
|