Sumario: | Redis is an in-memory key-value data store that can process vast amounts of data. Known for its support of multiple data structures, speed, and versatility, Redis is used by millions of developers as a database, cache, streaming engine, and message broker. Although Redis offers persistence storage and can serve as a database, it's best used as a complement to your existing ecosystem, shining in areas where traditional databases fail, such as caching and session store. This on-demand course reviews the fundamentals of Redis and how it can be used to improve your database environment. Through a mix of concise presentations and interactive assessment, the course covers Redis data types, managing concurrent requests in your cache, storing objects, processing recently added jobs/works, and searching for data efficiently. You'll also learn how to use Redis Streams to work with streaming data and events, enabling you to build event-driven systems.
|