optimizedKvs

Deprecated

Use kvsOptimized

Replace with

kvsOptimized(name)

fun Storage.optimizedKvs(name: String, ttl: Ttl? = null): KvsExtended
fun Storage.optimizedKvs(name: String, ttl: Duration? = null): KvsExtended

Deprecated

Use kvsOptimized with ttl parameter

Replace with

kvsOptimized(name, ttl)