Describe the bug
.....
9:M 07 Feb 2024 07:11:40.138 *
To reproduce GCP vm setting: Linux version 4.18.0-477.27.1.e18.x86_64 gcc version 8.5.0 20210514 Red had 8.5.0-18 run: docker pull redis/redis-stack-server docker run -itd --name redis -p 6379:6379 redis/redis-stack-server
Expected behavior
After docker run -itd --name redis -p 6379:6379 redis/redis-stack-server run,
the final log will be like:
9:M 07 Feb 2024 07:11:40.145 * Module 'redisgears_2' loaded from /opt/redis-stack/lib/redisgears.so 9:M 07 Feb 2024 07:11:40.146 * Server initialized 9:M 07 Feb 2024 07:11:40.146 * Ready to accept connections tcp
Additional information
I use the same image run in another platform, and it works. So I don't it is the issue about GCP.
Comment From: madolson
Redis stack is a separate offering from redis, and it's maintained https://github.com/redis-stack/redis-stack. Redis stack is mostly just a distribution of Redis with some modules, so not sure what is going on. I would create the issue over there first though, please re-open back here if they determine it's something related to Redis.
Worth noting it's "Connection reset by peer" and not connection refused, so a port is up and listening.