We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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):
settings.php
settings.local.php
include_once __DIR__ . '/modules/contrib/redis/redis.autoload.inc';
Or, if not using the contrib/ directory for modules:
contrib/
include_once __DIR__ . '/modules/redis/redis.autoload.inc';