diff options
author | osa <osa@FreeBSD.org> | 2011-09-22 13:37:47 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2011-09-22 13:37:47 +0800 |
commit | 0c5da513a4f05e44443e69ace2e72e7e177d79e1 (patch) | |
tree | 37b91683533c93ca1bf5beca40bf97057aadd66e /databases/redis | |
parent | 936eb7f928770d371cb026b67c7f53ac677fd84b (diff) | |
download | freebsd-ports-gnome-0c5da513a4f05e44443e69ace2e72e7e177d79e1.tar.gz freebsd-ports-gnome-0c5da513a4f05e44443e69ace2e72e7e177d79e1.tar.zst freebsd-ports-gnome-0c5da513a4f05e44443e69ace2e72e7e177d79e1.zip |
Update from 2.2.13 to latest bugfix release 2.2.14.
Notice from: miwi
<ChangeLog>
* [BUGFIX] Fixed a rare but possible AOF race condition
that could result into duplicated commands inside the AOF.
* [BUGFIX] Don't replicate SAVE.
* LRANGE optimization may drastically improve performances
when querying the final part of a long list.
* redis-cli now implements a --latency mode to monitory
Redis delay.
</ChangeLog>
Diffstat (limited to 'databases/redis')
-rw-r--r-- | databases/redis/Makefile | 2 | ||||
-rw-r--r-- | databases/redis/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 3e9955d4452b..aa8388f8a37f 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -PORTVERSION= 2.2.13 +PORTVERSION= 2.2.14 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 0da834621eee..a6821a5a8119 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.2.13.tar.gz) = e6353c022bc6442d61f196ca411348a6a3ab61cfa30f629c2c954d759710d370 -SIZE (redis-2.2.13.tar.gz) = 455330 +SHA256 (redis-2.2.14.tar.gz) = 212d8e6f8f3bdfee71697d6e1ec41caa3365d24d57108992d221f722eb45402d +SIZE (redis-2.2.14.tar.gz) = 455988 |