platform/packages/redis/pubspec.yaml
2021-06-20 20:37:20 +08:00

22 lines
600 B
YAML

name: angel_redis
version: 2.0.0
description: An Angel service provider for Redis. Works well for caching volatile data.
homepage: https://github.com/angel-dart/redis
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/framework
angel_http_exception:
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x_nnbd
path: packages/http_exception
resp_client: ^1.2.0
dev_dependencies:
test: ^1.17.8
pedantic: ^1.11.1