You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package will use connection string to connect to Redis if it is defined in settings
under 'REDIS_CONNECTION_STRING'. Otherwise it will initialize connection using environment variables (see below)
Package expects you to have 'REDIS_HOST', 'REDIS_PORT', 'REDIS_PASSWORD'
and 'CACHE_REDIS_DB' (db index) environment variables as follows: