Skip to content
Laryn edited this page Mar 21, 2026 · 2 revisions

Welcome to the redis wiki!

Autoloading

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';

Clone this wiki locally