laravel / ideas

Issues board used for Laravel internals discussions.
939 stars 28 forks source link

Implement support for Redis ACL's #2368

Open chrispage1 opened 4 years ago

chrispage1 commented 4 years ago

As of version 6.0 of Redis, ACL's are now supported allowing multi-user Redis configurations. It'd be great for this change to be pushed through to Laravel as it'd allow multiple Laravel projects to sit on one Redis database instance.

I was going to raise a pull request however looking at all the cluster configuration options I'd rather someone who has a little more experience with Redis and the RedisConnectors to take a look at this one!

Chris.