We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8aad9 commit 225cd97Copy full SHA for 225cd97
2 files changed
CHANGELOG.md
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
-## Pending
+## 1.0.0-rc.2 - Pending
9
+
10
+### `sea-streamer-redis` (1.0.0-rc.2 - 2026-03-31)
11
12
+* Use `SCAN` instead of `KEYS` for shard discovery https://github.com/SeaQL/sea-streamer/pull/41
13
14
+## 1.0.0-rc.1 - 2026-02-28
15
16
### Upgrades
17
sea-streamer-redis/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sea-streamer-redis"
3
-version = "1.0.0-rc.1"
+version = "1.0.0-rc.2"
4
authors = ["Chris Tsang <chris.2y3@outlook.com>"]
edition = "2024"
description = "🌊 SeaStreamer Redis Backend"
0 commit comments