19 lines
655 B
Markdown
19 lines
655 B
Markdown
# Redis Client
|
|
|
|
[![License: MIT][license_badge]][license_link]
|
|
|
|
A Dart library for interacting with [Redis](https://redis.io).
|
|
|
|
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
|
|
[license_link]: https://opensource.org/licenses/MIT
|
|
|
|
## License
|
|
|
|
Shorebird packages are licensed for use under either Apache License, Version 2.0
|
|
(LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) MIT license
|
|
(LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
|
|
|
|
See our license philosophy for more information on why we license files this
|
|
way:
|
|
https://github.com/shorebirdtech/handbook/blob/main/engineering.md#licensing-philosophy
|