abstract fun renamenx(key: String, newkey: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Rename a key, only if the new key does not exist
key - Key string to be renamed
handler - Handler for the result of this call.
Since
Redis 1.0.0 group: generic