Update from 2.2.14 to 2.2.15.
Note. The 2.2.15 release is the latest release from legacy 2.2 branch. Next commit is up to latest bugfix release from 2.4 branch. <ChangeLog> * [BUGFIX] FLUSHALL was not replicated nor written into the Append Only File. * [BUGFIX] FLUSHALL now only performs a sync SAVE if there is at least one save point configured. </ChangeLog>
This commit is contained in:
parent
f5efe1ee98
commit
3d0b0e5dc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284482
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= redis
|
||||
PORTVERSION= 2.2.14
|
||||
PORTVERSION= 2.2.15
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (redis-2.2.14.tar.gz) = 212d8e6f8f3bdfee71697d6e1ec41caa3365d24d57108992d221f722eb45402d
|
||||
SIZE (redis-2.2.14.tar.gz) = 455988
|
||||
SHA256 (redis-2.2.15.tar.gz) = 4143b7fab809c5fe586265b4f792f346206a3a8082bbf79f70081a0538bab3cb
|
||||
SIZE (redis-2.2.15.tar.gz) = 456185
|
||||
|
|
Loading…
Reference in a new issue