We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e10d68 commit b9f439bCopy full SHA for b9f439b
example/rust/src/bin/protosocket.rs
@@ -14,7 +14,6 @@ async fn main() -> Result<(), MomentoError> {
14
15
let credential_provider = CredentialProvider::from_env_var("MOMENTO_API_KEY".to_string())
16
.expect("auth token should be valid");
17
- // .with_private_endpoints(); // use this if you want to connect to private endpoints instead of public ones
18
19
let config = momento::protosocket::cache::Configuration::builder()
20
.timeout(Duration::from_secs(60))
0 commit comments