Redis will no longer be an OpenSource Software
https://redis.com/blog/redis-adopts-dual-source-available-licensing/
This means
- 7.2 will be the last version in Linux distribution
- various projects will stop using Redis
- Redis may disappear from Linux distribution
The current situation with test suite against KeyDB 6.3.4 (TestRedis only)
Assertion failed (5 !== ): /work/GIT/pecl-and-ext/redis/tests/RedisTest.php:270 (testBitcount)
Assertion failed (224444 !== ): /work/GIT/pecl-and-ext/redis/tests/RedisTest.php:339 (testLcs)
Assertion failed (Array
(
[0] => matches
[1] => Array
(
[0] => Array
(
[0] => Array
(
[0] => 1
[1] => 6
)
[1] => Array
(
[0] => 6
[1] => 11
)
)
)
[2] => len
[3] => 6
)
!== ): /work/GIT/pecl-and-ext/redis/tests/RedisTest.php:341 (testLcs)
Assertion failed (Array
(
[0] => matches
[1] => Array
(
[0] => Array
(
[0] => Array
(
[0] => 1
[1] => 6
)
[1] => Array
(
[0] => 6
[1] => 11
)
[2] => 6
)
)
[2] => len
[3] => 6
)
!== ): /work/GIT/pecl-and-ext/redis/tests/RedisTest.php:345 (testLcs)
Assertion failed (6 !== ): /work/GIT/pecl-and-ext/redis/tests/RedisTest.php:350 (testLcs)
Uncaught exception 'read error on connection to 127.0.0.1:6379' (testXAutoClaim)
Assertion failed (0 !== 236): /work/GIT/pecl-and-ext/redis/tests/RedisTest.php:7645 (testCommand)
Redis will no longer be an OpenSource Software
https://redis.com/blog/redis-adopts-dual-source-available-licensing/
This means
The current situation with test suite against KeyDB 6.3.4 (TestRedis only)