We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b601e commit ca993eaCopy full SHA for ca993ea
tests/test_async.rs
@@ -108,7 +108,7 @@ fn test_pipeline_transaction_with_errors() {
108
let _: () = con.set("x", 42).await.unwrap();
109
110
// Make Redis a replica of a nonexistent master, thereby making it read-only.
111
- let _: () = redis::cmd("replicaof")
+ let _: () = redis::cmd("slaveof")
112
.arg("1.1.1.1")
113
.arg("1")
114
.query_async(&mut con)
tests/test_basic.rs
@@ -309,7 +309,7 @@ fn test_pipeline_transaction_with_errors() {
309
let _: () = con.set("x", 42).unwrap();
310
311
312
313
314
315
.query(&mut con)
0 commit comments