A RedisGears recipe is a collection of RedisGears functions, often designed to perform a specific, complex task.

RecipeDescription
Caching strategiesWrite-behind, write-through, and read-through caching between Redis and other databases (SQL or NoSQL).