January 2026
Intermediate to advanced
674 pages
15h 30m
English
While our authentication sessions work, we might as well get more control over them and explore the concept of caching at the same time. We will do this by embedding our own Rust code directly in a Redis database, so we can perform a range of checks and updates in one call to the cache, as opposed to making multiple calls to a database. Caching is a great tool to add to your belt, enabling you to reduce the time and resources used to serve data. In this chapter, we cover the following:
By the end of this chapter, you will be able to build custom caching functionality directly inside Redis to control ...
Read now
Unlock full access