| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Bump PORTREVISION.
Notes:
svn path=/head/; revision=259282
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notice from: roberto
<ChangeLog>
- Replication when .rdb file is bigger than 2GB.
</ChangeLog>
Notes:
svn path=/head/; revision=250656
|
|
|
|
|
|
|
|
|
| |
Feature safe: yes
Submitted by: roberto
Notes:
svn path=/head/; revision=250522
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=248422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: maintainer (skv@)
Notes:
svn path=/head/; revision=245015
|
|
|
|
|
|
|
|
|
| |
Feature safe: yes
Approved by: maintainer (skv)
Notes:
svn path=/head/; revision=242235
|
|
|
|
|
|
|
|
| |
Submitted by: osa
Feature safe: yes
Notes:
svn path=/head/; revision=241834
|
|
interface.
Notes:
svn path=/head/; revision=238445
|