Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

This module provides a faster way for the Radioactivity module to store data by using Redis. It allows incidents to be stored without loading the entire Drupal system, which can greatly improve performance on busy websites and supports adding incidents from custom PHP code.

Radioactivity Redis provides a Redis-based incident storage backend for the Radioactivity module. It includes a lightweight PHP endpoint that bypasses Drupal bootstrap entirely and stores incidents in Redis, significantly reducing server load on high-traffic sites.

Radioactivity's default storage bootstraps Drupal on every page view just to record an incident. The built-in REST storage avoids bootstrap but cannot accept incidents from PHP code (addIncident() throws an exception). Redis storage combines the best of both: a fast no-bootstrap endpoint with PHP addIncident() support, allowing modules to add incident energy to entities in custom code for actions other than views.

Features

  • Lightweight endpoint that skips Drupal bootstrap
  • Supports both PhpRedis extension and Predis library
  • Incidents from both JS and PHP are stored in the same Redis list and processed together during cron
  • Full addIncident() support from PHP (unlike REST file storage)

Storage Comparison

  • Default (DB) - Full Drupal bootstrap, supports PHP addIncident(), stores in database table
  • REST (file) - No bootstrap, but addIncident() throws an exception, stores in JSON file
  • Redis - No bootstrap, supports PHP addIncident(), stores in Redis list

Requirements

Installation

There are a few extra steps to get this running than a typical module. See the README for configuration steps including Redis connection settings and .htaccess setup.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Feb 2026
Latest release
6 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Core Release date
1.0.x-dev Dev 10–11 Feb 14, 2026