Hello –
Putting forward the proposal to backport GEODE-9022 (Redis INFO command
support) to support/1.14 branch,
What does GEODE-9022 do?
* It adds unit/integration/dunit tests for the Redis INFO command
* It moves the INFO command to the ‘Supported’ category
These changes are low-risk as they are limited entirely to the Geode’s
Redis-compatibility subsystem and do not impact any other Geode code.
Why do we need to backport these changes?
* These changes will allow automated tools that monitor Redis
health (e.g. DataDog) to also monitor the health of the Geode
compatibility-with-Redis subsystem.
* If we don't backport these changes to 1.14.0 then use of Redis
compatibility will be impaired or unacceptable for several users
Reference PR: https://github.com/apache/geode/pull/6121
Thanks,
Ray Ingles