I created one symfony project in my local machine.I installed redis server in my virtual machine .In config.yml i added the following code for redis connection. snc_redis: clients: default: type: predis alias: default dsn: redis://127.0.0.1
Now i am trying to connect my virtual machine with redis server,but still it is connecting to my local machine.
Can anyone explain me how to connect virtual machine with my local project?