File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ docker run -p 6379:6379 -it redis:latest
9
9
## Listener
10
10
11
11
``` bash
12
- transport=tcp ip=127.0.0.1 redis_addr=6379 port=8001 test_timeout_seconds=180 security=noise muxer=yamux is_dialer=false python3 native_ping.py
12
+ transport=tcp ip=127.0.0.1 redis_addr=6379 port=8001 test_timeout_seconds=180 security=noise muxer=yamux is_dialer=false python3 interop/exec/ native_ping.py
13
13
```
14
14
15
15
## Dialer
16
16
17
17
``` bash
18
- transport=tcp ip=127.0.0.1 redis_addr=6379 port=8001 test_timeout_seconds=180 security=noise muxer=yamux is_dialer=true python3 native_ping.py
18
+ transport=tcp ip=127.0.0.1 redis_addr=6379 port=8001 test_timeout_seconds=180 security=noise muxer=yamux is_dialer=true python3 interop/exec/ native_ping.py
19
19
```
20
20
21
21
## From the Rust-side (Listener)
You can’t perform that action at this time.
0 commit comments