17 lines
442 B
YAML
17 lines
442 B
YAML
name: shorebird_redis_client
|
|
description: A lightweight Dart client library for communicating with a Redis server. Built by Shorebird.
|
|
version: 0.0.4
|
|
homepage: https://shorebird.dev
|
|
repository: https://github.com/shorebirdtech/shorebird/tree/main/packages/redis_client
|
|
topics: [redis, cache, shorebird]
|
|
|
|
environment:
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
dependencies:
|
|
resp_client: ^1.2.0
|
|
|
|
dev_dependencies:
|
|
test: ^1.19.2
|
|
very_good_analysis: ^5.1.0
|