vertx / io.vertx.reactivex.redis / RedisTransaction / type

type

open fun type(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Determine the type stored at key

Parameters

key - Key string

handler - Handler for the result of this call.

Return