chore(redis_client): v0.0.5 (#3015)
This commit is contained in:
@@ -45,6 +45,7 @@ words:
|
||||
- gradlew
|
||||
- hotreload
|
||||
- idevicesyslog
|
||||
- incrbyfloat # From redis_client
|
||||
- iokit
|
||||
- iphoneos
|
||||
- keyalg # From .github/workflows/e2e.yaml
|
||||
|
||||
@@ -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,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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user