platform/packages/redis/pubspec.yaml

15 lines
427 B
YAML
Raw Normal View History

2021-06-21 01:27:19 +00:00
name: angel3_redis
2021-12-19 02:44:45 +00:00
version: 2.0.1
2021-06-21 03:41:37 +00:00
description: An Angel3 service provider for Redis. Works well for caching volatile data.
2021-12-19 02:44:45 +00:00
homepage: https://angel3-framework.web.app/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/redis
2018-10-21 17:26:56 +00:00
environment:
2021-06-20 12:37:20 +00:00
sdk: '>=2.12.0 <3.0.0'
2018-10-21 09:40:34 +00:00
dependencies:
2021-12-19 02:44:45 +00:00
angel3_framework: ^4.2.0
2021-06-21 03:39:00 +00:00
angel3_http_exception: ^3.0.0
2021-06-20 12:37:20 +00:00
resp_client: ^1.2.0
2018-10-21 12:29:42 +00:00
dev_dependencies:
2021-06-20 12:37:20 +00:00
test: ^1.17.8
2021-12-19 02:44:45 +00:00
lints: ^1.0.0