You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,19 @@ Please see the [project documentation](https://socketry.github.io/async-redis/)
14
14
15
15
-[Getting Started](https://socketry.github.io/async-redis/guides/getting-started/index) - This guide explains how to use the `async-redis` gem to connect to a Redis server and perform basic operations.
16
16
17
+
-[Subscriptions](https://socketry.github.io/async-redis/guides/subscriptions/index) - This guide explains how to use Redis pub/sub functionality with `async-redis` to publish and subscribe to messages.
18
+
17
19
## Releases
18
20
19
21
Please see the [project releases](https://socketry.github.io/async-redis/releases/index) for all releases.
20
22
23
+
### v0.12.0
24
+
25
+
- Add agent context.
26
+
- Add support for pattern pub/sub.
27
+
- Add support for sharded pub/sub.
28
+
- Add support for `master_options` and `slave_options` (and removed `protocol`) from `SentinelClient`.
29
+
21
30
### v0.11.2
22
31
23
32
- Fix handling of IPv6 address literals, including those returned by Redis Cluster / Sentinel.
0 commit comments