Skip to content

Commit a0151f7

Browse files
authored
Merge pull request #2569 from metwork-framework/mergify/bp/release_2.2/pr-2566
feat: bump redis from 7.4.6 to 7.4.7 (fix critical bug on HyperLogLog) (backport #2566)
2 parents 3cc51a5 + 84e06a7 commit a0151f7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.metwork-framework/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
| [pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag) | 0.1 | python3_devtools |
222222
| [pyzmq](https://pyzmq.readthedocs.org) | 25.1.1 | python3_circus |
223223
| [readline](https://www.gnu.org/software/readline) | 8.1.2 | core |
224-
| [redis](http://redis.io) | 7.4.6 | core |
224+
| [redis](http://redis.io) | 7.4.7 | core |
225225
| [redis](https://github.com/redis/redis-py) | 5.0.1 | python3 |
226226
| [regex](https://github.com/mrabarnett/mrab-regex) | 2023.8.8 | python3 |
227227
| [repackage](https://www.settlenext.com) | 0.7.3 | python3_devtools |

layers/layer0_core/0100_redis/Makefile.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ include ../../../adm/root.mk
22
include ../../package.mk
33

44
export NAME=redis
5-
export VERSION=7.4.6
5+
export VERSION=7.4.7
66
export EXTENSION=tar.gz
77
export CHECKTYPE=MD5
8-
export CHECKSUM=76ffa1474b579341b300537098df295a
8+
export CHECKSUM=0a22d4a6d906a4588603d188b642e85d
99
DESCRIPTION=\
1010
REDIS is an in-memory data structure store, used as a database, cache \
1111
and message broker
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
http://download.redis.io/releases/redis-7.4.6.tar.gz
1+
http://download.redis.io/releases/redis-7.4.7.tar.gz

0 commit comments

Comments
 (0)