1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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>
This commit is contained in:
Sergey A. Osokin 2010-04-01 06:50:33 +00:00
parent 389b87950f
commit 13d63ef667
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251942
8 changed files with 16 additions and 16 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= redis
PORTVERSION= 1.2.5
PORTVERSION= 1.2.6
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE

View File

@ -1,3 +1,3 @@
MD5 (redis-1.2.5.tar.gz) = 4b42ddcaa734ee52c3a0972eaca236ec
SHA256 (redis-1.2.5.tar.gz) = 43bbb937b530cf736c19110dae8cd71d3369b2a6129654396956e62683902025
SIZE (redis-1.2.5.tar.gz) = 204039
MD5 (redis-1.2.6.tar.gz) = 0c5355e57606523f9e8ce816db5e542f
SHA256 (redis-1.2.6.tar.gz) = bed0641225f786f225a2c4897ffbec1e6573a3c31e9f899884ee3041eab96873
SIZE (redis-1.2.6.tar.gz) = 213341

View File

@ -6,7 +6,7 @@
#
PORTNAME= redis
PORTVERSION= 1.2.5
PORTVERSION= 1.2.6
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE

View File

@ -1,3 +1,3 @@
MD5 (redis-1.2.5.tar.gz) = 4b42ddcaa734ee52c3a0972eaca236ec
SHA256 (redis-1.2.5.tar.gz) = 43bbb937b530cf736c19110dae8cd71d3369b2a6129654396956e62683902025
SIZE (redis-1.2.5.tar.gz) = 204039
MD5 (redis-1.2.6.tar.gz) = 0c5355e57606523f9e8ce816db5e542f
SHA256 (redis-1.2.6.tar.gz) = bed0641225f786f225a2c4897ffbec1e6573a3c31e9f899884ee3041eab96873
SIZE (redis-1.2.6.tar.gz) = 213341

View File

@ -6,7 +6,7 @@
#
PORTNAME= redis
PORTVERSION= 1.2.5
PORTVERSION= 1.2.6
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE

View File

@ -1,3 +1,3 @@
MD5 (redis-1.2.5.tar.gz) = 4b42ddcaa734ee52c3a0972eaca236ec
SHA256 (redis-1.2.5.tar.gz) = 43bbb937b530cf736c19110dae8cd71d3369b2a6129654396956e62683902025
SIZE (redis-1.2.5.tar.gz) = 204039
MD5 (redis-1.2.6.tar.gz) = 0c5355e57606523f9e8ce816db5e542f
SHA256 (redis-1.2.6.tar.gz) = bed0641225f786f225a2c4897ffbec1e6573a3c31e9f899884ee3041eab96873
SIZE (redis-1.2.6.tar.gz) = 213341

View File

@ -6,7 +6,7 @@
#
PORTNAME= redis
PORTVERSION= 1.2.5
PORTVERSION= 1.2.6
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE

View File

@ -1,3 +1,3 @@
MD5 (redis-1.2.5.tar.gz) = 4b42ddcaa734ee52c3a0972eaca236ec
SHA256 (redis-1.2.5.tar.gz) = 43bbb937b530cf736c19110dae8cd71d3369b2a6129654396956e62683902025
SIZE (redis-1.2.5.tar.gz) = 204039
MD5 (redis-1.2.6.tar.gz) = 0c5355e57606523f9e8ce816db5e542f
SHA256 (redis-1.2.6.tar.gz) = bed0641225f786f225a2c4897ffbec1e6573a3c31e9f899884ee3041eab96873
SIZE (redis-1.2.6.tar.gz) = 213341