Roman

Results 7 comments of Roman

Thank you for response, sure [docker-compose.txt](https://github.com/WasmEdge/wasmedge-db-examples/files/13535943/docker-compose.txt)

Hello @juntao I've added healthcheck for "cache" service, unfortunately it does not help. ![redis_example_issue(1)](https://github.com/WasmEdge/wasmedge-db-examples/assets/52500180/169b8116-1ade-47de-ac8b-12a969ea0017) The docker-compose and healthcheck files I used were uploaded into attachment Thanks, Roman [docker-compose.txt](https://github.com/WasmEdge/wasmedge-db-examples/files/13537423/docker-compose.txt) [redis.txt](https://github.com/WasmEdge/wasmedge-db-examples/files/13537426/redis.txt)

Hello @CaptainVincent Thank you for your response, I'll also play with docker network config, if I found smth interesting, I'll let you know. Thanks, Roman

Hello @CaptainVincent I still don't know that the true reason of this issue, but I was able to make some progress. When I inspected "cache" container and used the "IPAddress"...

Hello @juntao I forgot to mention that both IPAddress and Gateway values work. Also I followed your recommendation and run "nslookup" "cache" command from Ubuntu container put in the same...

Hello @juntao I already tried this trick, but unfortunately it does not help :-) Thanks, Roman [docker-compose.txt](https://github.com/WasmEdge/wasmedge-db-examples/files/13623713/docker-compose.txt)

Hello @juntao I've some progress regarding this issue. If I use AsyncComand instead Command, with switching on appropriate feature for redis_wasi in Cargo.tom `redis_wasi = { version = "0.22.3", features...