We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Override this function in RedisCtl for alarming customization
RedisCtl
# Create a client from config # - config: the config passed to `RedisCtl` app # by default it returns None def init_alarm_client(self, config)
The client returned from the above function should implement the following member function
# alarm # - message: message about what Redis or proxy is unavailable # - trace: the detailed trace def send_alarm(self, message, trace)