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: http://redis.io/ 062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-HTML-RSSAutodiscovery
Commit message (Expand)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-4/+1
* - Add LICENSEsunpoet2014-08-023-5/+8
* - Take maintainershipsunpoet2014-07-011-1/+1
* multiple: reset gslin's maintainereadler2014-06-301-1/+1
* - stage supportaz2014-01-052-3/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - convert to the new perl5 frameworkaz2013-09-021-1/+2
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-1/+1
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-241-1/+0