vertx / io.vertx.rxjava.redis / RedisTransaction / rxType

rxType

open fun rxType(key: String): Single<String>

Determine the type stored at key

Parameters

key - Key string

Return