-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Laryn edited this page Mar 21, 2026
·
2 revisions
Welcome to the redis wiki!
It may be necessary to include the Redis autoloader in your settings file directly, at least for now (in settings.php or settings.local.php):
include_once __DIR__ . '/modules/contrib/redis/redis.autoload.inc';Or, if not using the contrib/ directory for modules:
include_once __DIR__ . '/modules/redis/redis.autoload.inc';