chore(redis_client): v0.0.5 (#3015)

This commit is contained in:
Felix Angelov
2025-03-27 12:29:37 -05:00
committed by GitHub
parent 4d13c5b4be
commit 6480e9aa67
5 changed files with 9 additions and 3 deletions
+1
View File
@@ -45,6 +45,7 @@ words:
- gradlew
- hotreload
- idevicesyslog
- incrbyfloat # From redis_client
- iokit
- iphoneos
- keyalg # From .github/workflows/e2e.yaml
+7
View File
@@ -1,3 +1,10 @@
# 0.0.5
- feat: add new commands:
- [MGET](https://redis.io/commands/mget)
- [INCR](https://redis.io/commands/incr)
- [INCRBYFLOAT](https://redis.io/commands/incrbyfloat)
# 0.0.4
- feat: add `ttl` (time to live) on `set` API
@@ -1,4 +1,3 @@
// cspell:words INCRBYFLOAT
import 'dart:async';
import 'dart:convert';
import 'dart:io';
+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.4
version: 0.0.5
homepage: https://shorebird.dev
repository: https://github.com/shorebirdtech/shorebird/tree/main/packages/redis_client
topics: [redis, cache, shorebird]
@@ -1,4 +1,3 @@
// cspell:words INCRBYFLOAT
import 'dart:async';
import 'dart:io';