Redis Delivery Logging plugin for Revive Adserver, its log all delivery data of request,impression,clicks and conversion in a memory based data storage called Redis.
Redis Delivery Logging plugin for Revive Adserver, its log all delivery data of request,impression,clicks and conversion in a memory based data storage called Redis.
Redis is a great choice for implementing a highly available in-memory cache to decrease data access latency, increase throughput, and ease the load off your relational or NoSQL database and application.
It is a key-value store that can be used to store and retrieve data from memory.
Its reduce the database interaction and improve the performance and reliability.
This plugin migrate the data to adserver database bucket table every 5 mins once by using cron job.
Frequently Asked Questions
What does the Redis Delivery Logging Plugin do for Revive Adserver?
+
The Redis Delivery Logging Plugin records ad requests, impressions, clicks, and conversions in Redis instead of writing directly to the database, improving ad delivery performance and reducing database load during high-traffic operations.
What is Redis and why is it suitable for ad delivery logging?
+
Redis is an in-memory key-value data store that provides extremely fast read and write operations. Its high-speed performance makes it ideal for processing large volumes of ad delivery logs with minimal latency.
What performance benefit does using Redis for delivery logging provide at scale?
+
By moving delivery logging to Redis, the plugin reduces database bottlenecks, improves ad serving response times, increases throughput, and enhances overall system reliability during peak traffic.
Does the Redis Delivery Logging Plugin affect the accuracy of impression and click reporting?
+
No. The plugin preserves all delivery events by logging them in Redis before processing them through Revive Adserver's reporting system, ensuring accurate impression, click, and conversion statistics.
Is the Redis Delivery Logging Plugin suitable for high-traffic Revive Adserver installations?
+
Yes. The plugin is ideal for high-traffic Revive Adserver deployments where reducing database write operations improves scalability, delivery speed, and overall platform stability.