Commit graph

33 commits

Author SHA1 Message Date
Sergey A. Osokin
7943c57657 Update from 2.2.11 to 2.2.12.
<ChangeLog>

* the Slowlog feature was backported to Redis 2.2.
* a number of fixes related blocking operations on lists when
  mixed with AOF and Replication.
* fixed bad interactions between EXPIRE, EXPIREAT, and in
  general volatile keys when AOF is enabled.  More details in
  the Redis Google Group here:
  http://groups.google.com/group/redis-db/browse_frm/thread/5a931fefb88b16d5?tvc=1
* no more allocation stats info in INFO.
* colorized make for 2.2 as well.
* fixed a problem with AOF when it is stopped via CONFIG SET
  appendonly no.
* warn the user enabling VM that VM is deprecated and discouraged.
* prepareForShutdown() fixed for correctness.
* close the listening sockets on exit for faster restarts.

</ChangeLog>
2011-07-26 11:51:30 +00:00
Sergey A. Osokin
80f1925c91 Add redis-scripting, version 2.2.111, an experimental version of
Redis 2.2.11 with support for Lua scripting, backported from the
scripting branch.  Instructions about how to use it are contained
in following blog post:
http://antirez.com/post/scripting-branch-released.html

Connect to build.

Add CONFLICTS and bump PORTREVISION for databases/redis.
2011-07-22 10:32:41 +00:00
Sergey A. Osokin
8372dd4ab2 Add back SUB_LIST variables.
Bump PORTREVISION.

Reported by:	Oleg Ginzburg aka olevole at olevole dot ru
2011-07-01 10:41:43 +00:00
Sergey A. Osokin
764e2bc101 Update from 2.2.10 to 2.2.11.
Create/remove necessary directories in install/deinstall process.
Optimize SUB_LIST.

PRs:	ports/158115, ports/158190

<ChangeLog>

* Solved a never reported but possibly critical bug in the AOF
  and RDB persistence, introduced with the new version of the
  iterator: In very rare circumstances the AOF (after rerwite)
  or the rdb file may contain the same key more than one time.

</ChangeLog>
2011-06-28 06:36:02 +00:00
Sergey A. Osokin
e7b1af21a3 Update from 2.2.9 to 2.2.10.
<ChangeLog>

* Fix for issue 566. It was possible for SETNX to behave in abnormal
  ways.
* Work with make v3.80
* redis-cli updated to the same version as the 2.4 branch.  Now the
  reconnection handling is better.  You can prefix commands with a
  number to execute the command the specified number of times.  When
  using -r in non interactive mode it is possible to set a delay
  between commands.
* Better init script.

</ChangeLog>

Submitted by:	Jin-Sih Lin aka linpct at gmail dot com
PR:		ports/157973
2011-06-21 11:29:05 +00:00
Sergey A. Osokin
61aadf573d Update from 2.2.8 to 2.2.9.
<ChangeLog>

* A Slave used to rewrite the AOF log after a sync with the
  master, but the rewrite was performed at the wrong time,
  causing inconsistencies in the AOF file generated.
* [LR]LPUSH replication in presence of BRPOPLPUSH was
  broken. Fixed.
* Memory leak in BRPOPLPUSH fixed.
* Pub/Sub bug resulting in random crashes fixed.

</ChangeLog>
2011-06-10 08:53:43 +00:00
Sergey A. Osokin
9631bd35ec Update from 2.2.7 to 2.2.8.
<ChangeLog>

* A new form of dict.c (hash table implementation) iterator that performs less
  copy-on-write of pages, introduced in Redis 2.2.7, caused ZINTERSTORE,
  ZUNIONSTORE, SINTER, SINTERSTORE commands to behave in the wrong way.
  This bug is now fixed.
* Print version info before running the test with 'make test'. This is mainly
  useful for the Continuous Integration system we run.
* Fix for DEBUG DIGEST, key may expire on lookup, producing the wrong result.
* Replication with expire test modified to produce no or less false failures.
* Fixed Z*STORE when dealing with intsets, regression test added.

</ChangeLog>
2011-05-26 12:55:26 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Sergey A. Osokin
2dd10c1328 Update from 2.2.5 to 2.2.7.
Also update port infrastructure, remove needless script.

<ChangeLog>

What's new in Redis 2.2.7
=========================

* Fixed bug #543-2 (the issue was reopened with a completely different report)
  that caused Redis to randomly crash on list push performed against lists
  with other clients blocked with BLPOP (or variants).

What's new in Redis 2.2.6
=========================

* Fixed bug #543. If you saw Redis instances crashing on List operations
  (only happening with a non-default max entry size ziplist setting in
  redis.conf) it was almost certainly this problem.
* Fixed a bug with replication where SLAVEOF NO ONE caused a slave to close the
  connection with all its slaves.

</ChangeLog>
2011-05-11 15:20:59 +00:00
Sergey A. Osokin
ab4a77c4dd Update from 2.2.4 to 2.2.5.
Notice from:	miwi
2011-04-23 10:18:31 +00:00
Sergey A. Osokin
df45cfb565 Update from 2.2.2 to 2.2.4. 2011-04-11 06:53:08 +00:00
Sergey A. Osokin
2b2e0e530f Update from 2.2.1 to 2.2.2. 2011-03-05 13:39:11 +00:00
Sergey A. Osokin
14905080a5 Remove necessary CONFLICTS.
Update package description, WWW.

Bump PORTREVISION.
2011-02-25 07:54:55 +00:00
Sergey A. Osokin
fa3eef2740 Update to latest stable version 2.2.1.
Remove CONFLICTS with redis-1.
Remove NO_LATEST_LINK.
2011-02-24 19:57:41 +00:00
Sergey A. Osokin
69f903759a Update from 2.0.4 (after repocopy to databases/redis2) to latest
release candidate 2.2.rc4.

Add CONFLICTS with redis-2.0.
Add NO_LATEST_LINK, should be removed after 2.2 release.
2011-02-13 12:25:02 +00:00
Sergey A. Osokin
5331837272 Update from 2.0.3 to 2.0.4.
<ChangeLog>

This release fixes two non critical bugs:

- HMGET used to crash when called against a key that was not holding
  an hash.  Fixed by Pieter Noordhuis.

- Redis will now not try to save the DB if no save points for RDB are
  configured, when used as a non persistent cache.  Thanks to Robey
  Pointer from Twitter for providing this patch.

Waiting 2.2 ...

</ChangeLog>
2010-11-08 19:17:43 +00:00
Sergey A. Osokin
5542d49cec Update from 2.0.2 to 2.0.3.
<ChangeLog>

- The maxmemory directive was broken in Redis <= 2.0.2, since from time to
  time it replayed with an error about memory limit reached even when
  it was possible to expire some volatile key to make room for new data.

  The new behaviour is the correct one of always allowing write operations
  to succeed as long as there are other volatile keys to remove.

- An AOF bug related to blocking POP could crash Redis on AOF reload.
  This is now fixed thanks to Pieter Noordhuis and a kind user that
  helped us on IRC.

</ChangeLog>
2010-10-17 07:04:56 +00:00
Sergey A. Osokin
78ff543546 Update from 2.0.1 to 2.0.2.
<ChangeLog>

- Fixed a bug that may slow down significantly (from a few milliseconds
  to many seconds) server side intersections when a background write is
  in progress. This was due to the hash table resize policy, prevented when
  there was a saving child. Now it's prevented only up to 5 times
  overbooking, so we try hard to prevent a lot of copy on write, but
  avoiding to trigger pathological hash table performances of O(N) instead
  of O(1).

- Fixed expired keys counter in INFO output. It was not counting keys
  force-expired due to max-memory limit reached.

</ChangeLog>
2010-09-22 12:41:48 +00:00
Sergey A. Osokin
6e37a8c512 Update CONFLICTS.
Bump PORTREVISION.
2010-09-21 15:35:55 +00:00
Sergey A. Osokin
673fc573d7 Update to latest stable version 2.0.1.
Previous stable release redis-1.2.6 repocopied to databases/redis1.
2010-09-20 17:46:19 +00:00
Sergey A. Osokin
4d1beba222 Add CONFLICTS with databases/redis-devel.
Bump PORTREVISION.
2010-08-15 09:23:37 +00:00
Sergey A. Osokin
13d63ef667 Update from 1.2.5 to 1.2.6.
<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>
2010-04-01 06:50:33 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Sergey A. Osokin
db1b15a267 Update from 1.2.4 to 1.2.5.
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>
2010-03-15 12:28:04 +00:00
Sergey A. Osokin
d4ac4fe944 Update from 1.2.3 to 1.2.4.
Notice from:	roberto

<ChangeLog>

- Replication when .rdb file is bigger than 2GB.

</ChangeLog>
2010-03-07 11:19:13 +00:00
Sergey A. Osokin
e6cf2f94f2 Update from 1.2.2 to 1.2.3.
Feature safe:	yes

Submitted by:	roberto
2010-03-03 04:57:28 +00:00
Sergey A. Osokin
c553e1c859 Update from 1.2.1 to 1.2.2.
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>
2010-02-22 15:04:45 +00:00
Sergey A. Osokin
871798a83c Update from 1.2.0 to 1.2.1. 2010-01-23 18:46:17 +00:00
Sergey A. Osokin
bca3d31f58 Update from 1.02 to 1.2.0.
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@)
2010-01-17 13:57:21 +00:00
Sergey A. Osokin
ae9514f4f0 Update from 1.01 to 1.02.
Approved by:	maintainer (skv@)
2009-11-30 10:50:00 +00:00
Sergey A. Osokin
c9ba1948cd Update from 1.0 to 1.01.
Feature safe:	yes

Approved by:	maintainer (skv)
2009-09-29 15:40:32 +00:00
Sergey Skvortsov
cfa0759ee1 Update to 1.0
Submitted by:	osa
Feature safe:	yes
2009-09-20 19:50:10 +00:00
Sergey Skvortsov
5ac4e507a5 Add redis 0.900, a persistent key-value database with built-in net
interface.
2009-07-27 16:53:25 +00:00