Write-behind and read-through with RedisGears

By Pieter Cailliau, Meir Shpilraien

Redis is known as a lookaside cache, but in many situations, write-through, write-behind, and read-through caching strategies are found to be more appealing. This session explains how to implement these caching strategies with RedisGears in a programmable and configurable way.