open fun type(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Determine the type stored at key
key - Key string
key
handler - Handler for the result of this call.
handler
Return