Skip to content

Commit

Permalink
fix redis-cluster min nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
theweakgod committed Jan 30, 2024
1 parent 321d01a commit b0b28eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/utils/redis-schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ local policy_to_additional_properties = {
properties = {
redis_cluster_nodes = {
type = "array",
minItems = 2,
minItems = 1,
items = {
type = "string", minLength = 2, maxLength = 100
},
Expand Down

0 comments on commit b0b28eb

Please sign in to comment.