Revert "Revert "ing""

This reverts commit 7e4a2f1775
This commit is contained in:
Administrator
2018-09-13 08:31:11 +00:00
parent 7e4a2f1775
commit 8bc927cf91
25 changed files with 375 additions and 0 deletions

View File

@@ -24,6 +24,22 @@ func (m *RedisMatcher) Type() string {
return "NOSQL"
}
func (m *RedisMatcher) Vendor(matchCtx *osm.MatchCtx) string {
return "Redis"
}
func (m *RedisMatcher) Version(matchCtx *osm.MatchCtx) string {
return "UNKNOWN"
}
func (m *RedisMatcher) OsType(matchCtx *osm.MatchCtx) string {
return "UNKNOWN"
}
func (m *RedisMatcher) OsVersion(matchCtx *osm.MatchCtx) string {
return "UNKNOWN"
}
func (m *RedisMatcher) Name(matchCtx *osm.MatchCtx) string {
name := "Redis"