9
The Programmability of Redis Stack
In this chapter, we’ll explore Redis Stack’s programmability features and show you how they can be used in different situations. For quite a while, software engineers and database administrators have been making the most of stored procedures in relational databases. There are several good reasons for that: managing SQL procedures all in one place, easily troubleshooting procedure flows, staying separate from the chosen client library, and, most importantly, getting things done quickly.
Redis started off by allowing users to write Lua scripts and run them locally, giving them a taste of this capability. But with Redis Stack, server-side programming has been taken to a whole new level. You can now write intricate ...
Get Redis Stack for Application Modernization now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.