Redis Statistics
Component ID
2834611
Component name
Redis Statistics
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
137
Component created
Component changed
Component body
Summary
Simple statistics backend for Drupal 8 using Redis as the data store.
Dependencies
- Drupal core 8.3.x or higher
- Statistics module
Install
- Install predis
composer require predis/predis - Add Redis URI to settings.php
$settings['redis'] = 'redis://redistogo:bb37bb5805sdmf9382b43f752db04ee4a@hammerjaw.redistogo.com:11024/'; - Add service override to services.yml
services: statistics.storage.node: alias: redis.statistics.storage.node
Example usage

