Updated redis README

This commit is contained in:
thomashii 2021-06-21 11:41:37 +08:00
parent 4617eab0e7
commit f5cd469981
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Angel3 Redis
[![version](https://img.shields.io/badge/pub-v2.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_redis)
[![version](https://img.shields.io/badge/pub-v2.0.0-brightgreen)](https://pub.dartlang.org/packages/angel3_redis)
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)

View file

@ -1,6 +1,6 @@
name: angel3_redis
version: 2.0.0
description: An Angel service provider for Redis. Works well for caching volatile data.
description: An Angel3 service provider for Redis. Works well for caching volatile data.
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/redis
environment:
sdk: '>=2.12.0 <3.0.0'