-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
Description
Hey guys,
Just installing the driver and setting the .env files, and I'm getting the error Driver [redis-sentinel] is not supported.
on my Laraval 5.5 instance (it seems to hit that in Illuminate/Cache/CacheManager.php
)
I'm using the default vars
CACHE_DRIVER=redis-sentinel
SESSION_DRIVER=redis-sentinel
QUEUE_DRIVER=redis-sentinel
REDIS_DRIVER=redis-sentinel
REDIS_HOST=localhost
REDIS_PORT=26379
REDIS_SENTINEL_SERVICE=mymaster
REDIS_CACHE_DATABASE=1
REDIS_SESSION_DATABASE=2
REDIS_QUEUE_DATABASE=3
with localhost being where redis/redis-sentinel is installed, but it doesn't seem to see the driver. Any ideas? Did I miss something?