Cli/ref/mw docker redis

< Cli | ref

mw docker redis

edit

redis service

Synopsis

edit

Redis service

edit

Using this service will automagically configure (but not use) an object cache in MediaWiki

$wgObjectCaches['redis'] = [
    'class' => 'RedisBagOStuff',
    'servers' => [ 'redis:6379' ],
];

Documentation

edit
  • Redis
  • [wgObjectCaches](https://www.mediawiki.org/wiki/Manual:wgObjectCaches)

Options inherited from parent commands

edit
  -c, --context string   The context to use (default "default")
      --help             Help for this command
      --no-interaction   Do not ask any interactive questions
  -v, --verbose count    Increase output verbosity. Example: --verbose=2 or -vv

SEE ALSO

edit