(self)
| 4 | class RedisCli(ServiceScan): |
| 5 | |
| 6 | def __init__(self): |
| 7 | super().__init__() |
| 8 | self.name = 'Redis Cli' |
| 9 | self.tags = ['default', 'safe', 'redis'] |
| 10 | |
| 11 | def configure(self): |
| 12 | self.match_service_name('^redis$') |
nothing calls this directly
no outgoing calls
no test coverage detected