aboutsummaryrefslogtreecommitdiff
path: root/databases/redis2
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFLICTS.Sergey A. Osokin2010-09-211-1/+2
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=261555
* Update to latest stable version 2.0.1.Sergey A. Osokin2010-09-204-21/+23
| | | | | | | Previous stable release redis-1.2.6 repocopied to databases/redis1. Notes: svn path=/head/; revision=261498
* Add CONFLICTS with databases/redis-devel.Sergey A. Osokin2010-08-151-0/+3
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=259282
* Update from 1.2.5 to 1.2.6.Sergey A. Osokin2010-04-012-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> Redis 1.2.6 fixes two critical replication bugs, and a few improvements. - Fixed Issue 207 (http://code.google.com/p/redis/issues/detail?id=207) (broken replication with binary arguments not in the last position with the MSET command or any other command issued with new multi-bulk protocol). - Fixed Issue 174 (http://code.google.com/p/redis/issues/detail?id=174) (temp names collisions producing broken slave-side .rdb files). - Redis-cli backported from Redis master, with interactive mode, line editing via the linenoise library, auth ability, and much more. - ZRANGEBYSCORE now supports WITHSCORES as well (backported from master). - A simplified version of redis-stat (from redis tools) added. </ChangeLog> Notes: svn path=/head/; revision=251942
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update from 1.2.4 to 1.2.5.Sergey A. Osokin2010-03-152-4/+4
| | | | | | | | | | | | | | | Notice from: roberto <ChangeLog> Redis 1.2.5 fixes a replication bug: multiple slaves connecting to the same master could lead to random crashes or corruptions. </ChangeLog> Notes: svn path=/head/; revision=251075
* Update from 1.2.3 to 1.2.4.Sergey A. Osokin2010-03-072-4/+4
| | | | | | | | | | | | | Notice from: roberto <ChangeLog> - Replication when .rdb file is bigger than 2GB. </ChangeLog> Notes: svn path=/head/; revision=250656
* Update from 1.2.2 to 1.2.3.Sergey A. Osokin2010-03-032-4/+4
| | | | | | | | | Feature safe: yes Submitted by: roberto Notes: svn path=/head/; revision=250522
* Update from 1.2.1 to 1.2.2.Sergey A. Osokin2010-02-222-4/+4
| | | | | | | | | | | | | | | | | | | | | | Feature safe: yes <ChangeLog> redis-1.2.2 is a bugfix release, fixing a problem with BGSAVE and BGREWRITEAOF copy-on-write semantics. This version of Redis will use a lot less CPU and memory while performing a BGSAVE and BGREWRITEAOF operation. It is very important to upgrade ASAP to this version if you are using Redis with data persistence via snapshotting or append only file. Another minor change is that the INFO command will now have a new field showing memory usage in an human readable form. This was backported from Redis unstable as well. </ChangeLog> Notes: svn path=/head/; revision=250173
* Update from 1.2.0 to 1.2.1.Sergey A. Osokin2010-01-232-4/+4
| | | | Notes: svn path=/head/; revision=248422
* Update from 1.02 to 1.2.0.Sergey A. Osokin2010-01-173-19/+26
| | | | | | | | | | | | | | | | Adopt patch for redis.conf. Previously and by default redis was compiled with debugging information, that didn't respect CFLAGS. So, now its possible to compile with debugging information by use WITH_DEBUG knob. Take maintainership. Approved by: maintainer (skv@) Notes: svn path=/head/; revision=248012
* Update from 1.01 to 1.02.Sergey A. Osokin2009-11-302-4/+4
| | | | | | | Approved by: maintainer (skv@) Notes: svn path=/head/; revision=245015
* Update from 1.0 to 1.01.Sergey A. Osokin2009-09-292-4/+4
| | | | | | | | | Feature safe: yes Approved by: maintainer (skv) Notes: svn path=/head/; revision=242235
* Update to 1.0Sergey Skvortsov2009-09-202-5/+4
| | | | | | | | Submitted by: osa Feature safe: yes Notes: svn path=/head/; revision=241834
* Add redis 0.900, a persistent key-value database with built-in netSergey Skvortsov2009-07-278-0/+244
interface. Notes: svn path=/head/; revision=238445