New endpoint /info to support exposing results of `INFO` command
A new endpoint /info
(or /info/<section>
) is added to support exposing results of INFO
command.
This allows users to check Redis DB status easily. More importantly, it allows Rediseen
to become a connector between Redis DB and any monitoring system/dashboard.
Others:
- Fix typos
- Refactor for better code base structure