docker run -d \ --name bidflow-redis \ -p 6379:6379 \ redis:7 \ redis-server --notify-keyspace-events Ex