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
2022-08-13 02:14:43 +00:00
version: 7.0.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/
repository: https://github.com/dukefirehawk/angel/tree/master/packages/redis
2018-10-21 17:26:56 +00:00
environment:
2023-05-20 15:37:23 +00:00
sdk: '>=3.0.0 <4.0.0'
2018-10-21 09:40:34 +00:00
dependencies:
2022-08-13 02:14:43 +00:00
angel3_framework: ^7.0.0
angel3_http_exception: ^7.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:
2022-04-24 01:42:33 +00:00
test: ^1.21.0
2022-08-13 02:14:43 +00:00
lints: ^2.0.0
2022-08-28 17:51:56 +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