platform/packages/redis/pubspec.yaml

27 lines
747 B
YAML
Raw Normal View History

2021-06-21 01:27:19 +00:00
name: angel3_redis
2024-06-23 04:09:26 +00:00
version: 8.2.0
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/
2023-12-25 03:45:10 +00:00
repository: https://github.com/dart-backend/angel/tree/master/packages/redis
2018-10-21 17:26:56 +00:00
environment:
2024-05-21 16:26:09 +00:00
sdk: '>=3.3.0 <4.0.0'
2018-10-21 09:40:34 +00:00
dependencies:
2023-05-27 02:08:51 +00:00
angel3_framework: ^8.0.0
angel3_http_exception: ^8.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:
2023-05-27 02:08:51 +00:00
test: ^1.24.0
2024-05-21 16:26:09 +00:00
lints: ^4.0.0
2023-06-10 04:10:21 +00:00
# dependency_overrides:
# angel3_framework:
# path: ../framework
# angel3_container:
# path: ../container/angel_container
# angel3_http_exception:
# path: ../http_exception
# angel3_model:
# path: ../model
# angel3_route:
# path: ../route
# angel3_mock_request:
# path: ../mock_request