redis / lettuce

Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
https://lettuce.io
MIT License
5.3k stars 949 forks source link

Change the license to more permissive MIT #2803

Closed uglide closed 3 months ago

uglide commented 3 months ago

As part of the transition to Redis GitHub org, we want to align the license with other official Redis clients.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.63%. Comparing base (43843bf) to head (a453ff6). Report is 240 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2803 +/- ## ============================================ - Coverage 78.71% 77.63% -1.08% - Complexity 6786 7180 +394 ============================================ Files 508 537 +29 Lines 22765 24361 +1596 Branches 2446 2603 +157 ============================================ + Hits 17919 18913 +994 - Misses 3717 4248 +531 - Partials 1129 1200 +71 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.