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