Skip to content

Commit b9f439b

Browse files
alubbadAya Lubbad
andauthored
chore: updated protosocket example (#507)
* chore: updated protosocket example * changed cache name --------- Co-authored-by: Aya Lubbad <aya@momentohq.com>
1 parent 2e10d68 commit b9f439b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/rust/src/bin/protosocket.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ async fn main() -> Result<(), MomentoError> {
1414

1515
let credential_provider = CredentialProvider::from_env_var("MOMENTO_API_KEY".to_string())
1616
.expect("auth token should be valid");
17-
// .with_private_endpoints(); // use this if you want to connect to private endpoints instead of public ones
1817

1918
let config = momento::protosocket::cache::Configuration::builder()
2019
.timeout(Duration::from_secs(60))

0 commit comments

Comments
 (0)