Refactor long readRedisInfoReplyFields() function
[ric-plt/sdlgo.git] / internal / sdlgoredis / dbinfo.go
index 6f8a638..f35318d 100644 (file)
@@ -110,3 +110,5 @@ type KeyspaceValues struct {
 type KeyspaceInfoFields struct {
        Db KeyspaceValues
 }
+
+type ConfigInfo map[string]string