1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

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>
This commit is contained in:
Sergey A. Osokin 2011-09-22 05:37:47 +00:00
parent 591d761ce0
commit 0e1dacaf8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282160
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= redis
PORTVERSION= 2.2.13
PORTVERSION= 2.2.14
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE

View File

@ -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