Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 9549603

Browse files
authored
chore(redis_client): v0.0.4 (shorebirdtech#1299)
1 parent 2e8aa53 commit 9549603

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/redis_client/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.0.4
2+
3+
- feat: add `ttl` (time to live) on `set` API
4+
```dart
5+
redis.set(key: 'hello', value: 'world', ttl: Duration(seconds: 10));
6+
```
7+
18
# 0.0.3
29

310
- feat: add [`JSONPath`](https://redis.io/docs/data-types/json/path) support

packages/redis_client/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: shorebird_redis_client
22
description: A lightweight Dart client library for communicating with a Redis server. Built by Shorebird.
3-
version: 0.0.3
3+
version: 0.0.4
44
homepage: https://shorebird.dev
55
repository: https://github.com/shorebirdtech/shorebird/tree/main/packages/redis_client
66
topics: [redis, cache, shorebird]

0 commit comments

Comments
 (0)