Skip to content

New endpoint /info to support exposing results of `INFO` command

Compare
Choose a tag to compare
@XD-DENG XD-DENG released this 25 Dec 14:14
· 61 commits to master since this release
c78d0f4

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