-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to access client's Cluster
?
#134
Comments
What API do you need to call? |
@khaf |
also AdminCommand::create_user(
&aerospike_client.cluster,
"tester",
"testpassword",
&["truncate"],
)
.await
.map_err(|error| anyhow!(error.to_string()))?; gives me seeing the same hitting the managed service as well |
I see. I don't know why those API are not exposed through the client itself. I will take care of these issues in the next few days. |
i need this to run admin commands, i was looking through the code and couldn't find a way, can we simply make
Client.cluster
pub
?The text was updated successfully, but these errors were encountered: