Update from 2.2.7 to 2.2.8.
<ChangeLog> * A new form of dict.c (hash table implementation) iterator that performs less copy-on-write of pages, introduced in Redis 2.2.7, caused ZINTERSTORE, ZUNIONSTORE, SINTER, SINTERSTORE commands to behave in the wrong way. This bug is now fixed. * Print version info before running the test with 'make test'. This is mainly useful for the Continuous Integration system we run. * Fix for DEBUG DIGEST, key may expire on lookup, producing the wrong result. * Replication with expire test modified to produce no or less false failures. * Fixed Z*STORE when dealing with intsets, regression test added. </ChangeLog>
This commit is contained in:
parent
198696b0ba
commit
9631bd35ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274689
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= redis
|
||||
PORTVERSION= 2.2.7
|
||||
PORTVERSION= 2.2.8
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (redis-2.2.7.tar.gz) = a3497a6ee23b678585f92e81da2239e2ef12ff1524bb7216bfe3e9395d1e0a2b
|
||||
SIZE (redis-2.2.7.tar.gz) = 448151
|
||||
SHA256 (redis-2.2.8.tar.gz) = d438fde47fd8a34d8b135744a4264214274e57bc7f132d0cf4ee4e98a6551bb3
|
||||
SIZE (redis-2.2.8.tar.gz) = 448877
|
||||
|
|
Loading…
Reference in a new issue