Port details |
- redis1 A persistent key-value database with built-in net interface
- 1.2.6_2 databases
=0 1.2.6_2Version of this port present on the latest quarterly branch.
- Maintainer: osa@FreeBSD.org
- Port Added: 2010-09-20 17:31:25
- Last Update: 2011-02-25 04:37:10
- 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 |
1.2.6_2 25 Feb 2011 04:37:10 |
osa |
More cleaning removed port redis1.
Notice from: sunpoet |
1.2.6_2 24 Feb 2011 19:48:19 |
osa |
Remove deprecated and unsupported databases/redis1. |
1.2.6_2 21 Sep 2010 15:34:19 |
osa |
NO_LATEST_LINK for redis1. (*)
Update CONFLICTS.
Bump PORTREVISION.
Notice from: edwin (*) |
1.2.6_1 20 Sep 2010 17:31:05 |
osa |
Forced commit to notify the repocopy is done:
databases/redis -> databases/redis1.
PR: ports/150403
Submitted by: osa
Repocopied by: marcus |
Number of commits found: 4
|