Are you getting any errors? Have you monitored the Redis connection in terminal to see what is being processed by the Redis server using 'redis-cli monitor' in command line.
How many Redis server instances do you have running, you can't just add another redis connection to your database config in Laravel and expect it to listen to a separate port on 6380 unless you have created another Redis instance and configured it to listen to a separate connection.