chore(redis_client): v0.0.4 (#1299)

This commit is contained in:
Felix Angelov
2023-09-20 17:04:57 -05:00
committed by GitHub
parent 2e8aa53bc5
commit 95496036d3
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
# 0.0.4
- feat: add `ttl` (time to live) on `set` API
```dart
redis.set(key: 'hello', value: 'world', ttl: Duration(seconds: 10));
```
# 0.0.3
- feat: add [`JSONPath`](https://redis.io/docs/data-types/json/path) support
+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.3
version: 0.0.4
homepage: https://shorebird.dev
repository: https://github.com/shorebirdtech/shorebird/tree/main/packages/redis_client
topics: [redis, cache, shorebird]