vertx / io.vertx.redis / RedisTransaction / type

type

abstract 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.

Since
Redis 1.0.0 group: generic