1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
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