open fun unlinkMany(keys: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction
Delete multiple keys asynchronously in another thread. Otherwise it is just as DEL, but non blocking.
handler - Handler for the result of this call.
Return