MonitorClient.
has_info_capability
A shortcut for checking for INFO capabilities.
INFO
Calling this is equivalent to calling has_capability() with 'info:' + capability.
has_capability()
'info:' + capability
Example
# Check if the server has the INFO:STREAMS capability client.has_info_capability('STREAMS')
capability (str) – The INFO capability to check for
bool
Whether the server has the given INFO capability