justtrackio / gosoline

Gosoline is our framework which fuels all of our Golang applications
MIT License
96 stars 50 forks source link

kvstore: ttl per chain element #512

Open MuellMorty opened 3 years ago

MuellMorty commented 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.

ss89 commented 3 years ago

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.