chore(redis_client): v0.0.7 (#3038)
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# 0.0.7
|
||||
|
||||
- feat: add new commands:
|
||||
- [TS.CREATE](https://redis.io/commands/ts.create)
|
||||
- [TS.ADD](https://redis.io/commands/ts.add)
|
||||
- [TS.GET](https://redis.io/commands/ts.get)
|
||||
- [TS.RANGE](https://redis.io/commands/ts.range)
|
||||
|
||||
# 0.0.6
|
||||
|
||||
- feat: add new commands:
|
||||
|
||||
@@ -37,6 +37,12 @@ Future<void> main() async {
|
||||
}
|
||||
```
|
||||
|
||||
## Supported Data Types 🧱
|
||||
|
||||
✅ [Strings](https://redis.io/docs/data-types/strings)
|
||||
✅ [JSON](https://redis.io/docs/data-types/json)
|
||||
✅ [TimeSeries](https://redis.io/docs/data-types/timeseries)
|
||||
|
||||
## Join us on Discord! 💬
|
||||
|
||||
We have an active [Discord server][discord_link] where you can
|
||||
|
||||
@@ -658,6 +658,7 @@ class RedisTimeSeriesAlign {
|
||||
final String value;
|
||||
}
|
||||
|
||||
/// The supported aggregation types.
|
||||
enum RedisTimeSeriesAggregator {
|
||||
/// Arithmetic mean of all values
|
||||
average,
|
||||
|
||||
@@ -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.6
|
||||
version: 0.0.7
|
||||
homepage: https://shorebird.dev
|
||||
repository: https://github.com/shorebirdtech/shorebird/tree/main/packages/redis_client
|
||||
topics: [redis, cache, shorebird]
|
||||
|
||||
Reference in New Issue
Block a user