shreemaan-abhishek commented on code in PR #12872:
URL: https://github.com/apache/apisix/pull/12872#discussion_r2681613662
##########
apisix/utils/redis-schema.lua:
##########
@@ -74,8 +74,20 @@ local policy_to_additional_properties = {
},
}
+local limit_conn_redis_cluster_schema =
policy_to_additional_properties["redis-cluster"]
+limit_conn_redis_cluster_schema.properties.key_ttl = {
+ type = "integer", default = 60,
Review Comment:
makes sense, I have set the default ttl to be 3600.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]