chore(redis_client): v0.0.6 (#3018)

This commit is contained in:
Felix Angelov
2025-03-27 14:05:03 -05:00
committed by GitHub
parent c74d11c3d2
commit 9ccede765e
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
# 0.0.6
- feat: add new commands:
- [MSET](https://redis.io/commands/mset)
# 0.0.5
- feat: add new commands:
+1 -1
View File
@@ -1,6 +1,6 @@
name: shorebird_redis_client
description: A lightweight Dart client library for communicating with a Redis server. Built by Shorebird.
version: 0.0.5
version: 0.0.6
homepage: https://shorebird.dev
repository: https://github.com/shorebirdtech/shorebird/tree/main/packages/redis_client
topics: [redis, cache, shorebird]