pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/redis
Module Name: pkgsrc
Committed By: adam
Date: Tue May 26 05:39:34 UTC 2026
Modified Files:
pkgsrc/databases/redis: Makefile distinfo
Log Message:
redis: updated to 8.8.0
8.8.0
Major changes compared to 8.6
- New data structure: Array (@antirez)
- Subkey notification for hash fields - field-level notifications
- `INCREX`: a window counter rate limiter combining `INCR`, `INCRBY`, `INCRBYFLOAT`, bounds, and expiration (@raffertyyu + Redis team)
- `XNACK`: a new streams command - allow consumers to explicitly release pending messages
- `ZUNION`, `ZINTER`, `ZUNIONSTORE`, `ZINTERSTORE`: new `COUNT` aggregator
- `JSON.SET`: new `FPHA` argument to specify the FP type for homogeneous FP arrays
- `TS.RANGE`, `TS.REVRANGE`, `TS.MRANGE`, `TS.MREVRANGE`: multiple aggregators in a single command
- `FT.HYBRID` `KNN` clause: new argument to request fewer candidates per shard
- `FT.PROFILE` `HYBRID`: profiling support for `FT.HYBRID`
- Performance improvements
Binary distributions
- Alpine and Debian Docker images - https://hub.docker.com/_/redis
- Install using snap - see https://github.com/redis/redis-snap
- Install using brew - see https://github.com/redis/homebrew-redis
- Install using RPM - see https://github.com/redis/redis-rpm
- Install using Debian APT - see https://github.com/redis/redis-debian
Operating systems we test Redis 8.8 on
- Ubuntu 22.04 (Jammy Jellyfish), 24.04 (Noble Numbat), 26.04 (Resolute Raccoon)
- Rocky Linux 8.10, 9.7, 10.1
- AlmaLinux 8.10, 9.7, 10.1
- Debian 12.13 (Bookworm), Debian 13.4 (Trixie)
- Alpine 3.23
- macOS 14.8.4 (Sonoma), 15.7.4 (Sequoia), 26.3 (Tahoe) - for both Intel and ARM
Bug fixes (compared to 8.8-RC1)
- 15237 `INCREX` syntax update
- 15005 Memory tracking can be enabled at runtime in non-clustered mode
- T1930 Cluster topology changes during a multi-shard command are not handled (MOD-14439)
- P1007 Memory leak on RDB load (MOD-15418)
To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.93 -r1.94 pkgsrc/databases/redis/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/redis/Makefile
diff -u pkgsrc/databases/redis/Makefile:1.103 pkgsrc/databases/redis/Makefile:1.104
--- pkgsrc/databases/redis/Makefile:1.103 Mon May 11 15:55:42 2026
+++ pkgsrc/databases/redis/Makefile Tue May 26 05:39:34 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2026/05/11 15:55:42 adam Exp $
+# $NetBSD: Makefile,v 1.104 2026/05/26 05:39:34 adam Exp $
-DISTNAME= redis-8.6.3
+DISTNAME= redis-8.8.0
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.93 pkgsrc/databases/redis/distinfo:1.94
--- pkgsrc/databases/redis/distinfo:1.93 Mon May 11 15:55:42 2026
+++ pkgsrc/databases/redis/distinfo Tue May 26 05:39:34 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.93 2026/05/11 15:55:42 adam Exp $
+$NetBSD: distinfo,v 1.94 2026/05/26 05:39:34 adam Exp $
-BLAKE2s (redis-8.6.3.tar.gz) = 7a9141d1cc012da02699cf4a5585ffbb93aaedb00c10dc483aab4060523a9e9b
-SHA512 (redis-8.6.3.tar.gz) = 2f7e339427d6ac47d4d5c601ccb36c27a44474549fdf33fe5c0acb275f7b03822a4bd5c9bdf7b5f85c6089d201ac2a182a205c756103595540c67a27f2d8899c
-Size (redis-8.6.3.tar.gz) = 4252312 bytes
+BLAKE2s (redis-8.8.0.tar.gz) = 8ce636112a1b37f765d0425c32f58ead56f68533fb074a732e7a602764e2dd14
+SHA512 (redis-8.8.0.tar.gz) = 91c20fc9c0f8a80091b25343aa8a74f414237709e2bf90cd727cc8bb88f01c2f2d853c22eaa1a70907ec5c7b44d5a70358af5f9b6750453eaeab30a4e9c226fc
+Size (redis-8.8.0.tar.gz) = 4480031 bytes
SHA1 (patch-redis.conf) = a16fd0c559c9fbe0237b719d92a59259ae19c41a
SHA1 (patch-src_Makefile) = a2817ec27efc11b11e77b4ed310a7dec7e1d39d4
SHA1 (patch-src_hyperloglog.c) = 86d138b76271cc035b9fa28b0b5c3462430cd950
Home |
Main Index |
Thread Index |
Old Index