prepare

open fun prepare(key: String, value: V): Mono<Boolean>
abstract fun prepare(key: String, value: PreparedValue<V>): Mono<Boolean>