Open MuellMorty opened 3 years ago
currently its only possible to set one ttl which is used for all kvstore chain elements. in the future we want to have one ttl per chain element.
This means that we can set a different ttl for inMemory than we can set for redis, correct? We should use a no-ttl default for ddb, to not screw up our apps unintentionally.
currently its only possible to set one ttl which is used for all kvstore chain elements. in the future we want to have one ttl per chain element.