Hi Kill Bill Team,
We are currently using a Redis cluster and have observed 100% memory utilization . Upon checking killbill code, we found that we are not setting TTL while adding key, which causes them to persist indefinitely and leads to continuous memory growth over time.
Is there a way to configure a default TTL for keys, or enforce TTLs at the cluster or application level to prevent unbounded memory usage?
Looking forward to your guidance on this.
Thanks and regards
Prashant