Redis Delivery Logging plugin
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.