diff --git a/service_user.go b/service_user.go index ebda7d9..a4260d2 100644 --- a/service_user.go +++ b/service_user.go @@ -32,6 +32,13 @@ type ( RedisACLCommands []string `json:"redis_acl_commands"` RedisACLKeys []string `json:"redis_acl_keys"` RedisACLChannels []string `json:"redis_acl_channels"` + ValkeyACLCategories []string `json:"valkey_acl_categories"` + ValkeyACLCommands []string `json:"valkey_acl_commands"` + ValkeyACLKeys []string `json:"valkey_acl_keys"` + ValkeyACLChannels []string `json:"valkey_acl_channels"` + DragonflyACLCategories []string `json:"dragonfly_acl_categories"` + DragonflyACLCommands []string `json:"dragonfly_acl_commands"` + DragonflyACLKeys []string `json:"dragonfly_acl_keys"` PostgresAllowReplication *bool `json:"pg_allow_replication"` }